deployment/docker: update Alpine from 3.18.3 to 3.18.4

See https://alpinelinux.org/posts/Alpine-3.18.4-released.html

(cherry picked from commit 5c28923c11)
This commit is contained in:
Aliaksandr Valialkin 2023-10-02 21:52:36 +02:00 committed by hagen1778
parent f5e663c00c
commit f2eaf4d4aa
No known key found for this signature in database
GPG key ID: 3BF75F3741CA9640

View file

@ -2,8 +2,8 @@
DOCKER_NAMESPACE ?= victoriametrics
ROOT_IMAGE ?= alpine:3.18.3
CERTS_IMAGE := alpine:3.18.3
ROOT_IMAGE ?= alpine:3.18.4
CERTS_IMAGE := alpine:3.18.4
GO_BUILDER_IMAGE := golang:1.21.1-alpine
BUILDER_IMAGE := local/builder:2.0.0-$(shell echo $(GO_BUILDER_IMAGE) | tr :/ __)-1