mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
deployment/docker: upgrade base Docker image from Alpine 3.19.0 to 3.19.1
See https://www.alpinelinux.org/posts/Alpine-3.19.1-released.html
This commit is contained in:
parent
44e485332e
commit
9b3a05e2b6
1 changed files with 2 additions and 3 deletions
|
@ -2,9 +2,8 @@
|
||||||
|
|
||||||
DOCKER_NAMESPACE ?= victoriametrics
|
DOCKER_NAMESPACE ?= victoriametrics
|
||||||
|
|
||||||
|
ROOT_IMAGE ?= alpine:3.19.1
|
||||||
ROOT_IMAGE ?= alpine:3.19.0
|
CERTS_IMAGE := alpine:3.19.1
|
||||||
CERTS_IMAGE := alpine:3.19.0
|
|
||||||
|
|
||||||
GO_BUILDER_IMAGE := golang:1.21.5-alpine
|
GO_BUILDER_IMAGE := golang:1.21.5-alpine
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue