mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 12:31:07 +01:00
deployment/docker: upgrade Alpine base docker image from v3.14.0 to v3.14.1
See https://www.alpinelinux.org/posts/Alpine-3.14.1-released.html This fixes https://vuldb.com/?source_cve.180051 See also https://vuldb.com/?id.180051 and https://snyk.io/vuln/SNYK-ALPINE314-APKTOOLS-1533752
This commit is contained in:
parent
db1e62495b
commit
06bf21c21b
@ -2,8 +2,8 @@
|
||||
|
||||
DOCKER_NAMESPACE := victoriametrics
|
||||
|
||||
ROOT_IMAGE ?= alpine:3.14.0
|
||||
CERTS_IMAGE := alpine:3.14.0
|
||||
ROOT_IMAGE ?= alpine:3.14.1
|
||||
CERTS_IMAGE := alpine:3.14.1
|
||||
GO_BUILDER_IMAGE := golang:1.16.7
|
||||
BUILDER_IMAGE := local/builder:2.0.0-$(shell echo $(GO_BUILDER_IMAGE) | tr : _)
|
||||
BASE_IMAGE := local/base:1.1.3-$(shell echo $(ROOT_IMAGE) | tr : _)-$(shell echo $(CERTS_IMAGE) | tr : _)
|
||||
|
Loading…
Reference in New Issue
Block a user