Bumped Alpine linux version to the latest (#1811)

See this https://alpinelinux.org/posts/Alpine-3.14.3-released.html
This commit is contained in:
Denys Holius 2021-11-14 11:59:27 +02:00 committed by GitHub
parent c77ff2d293
commit 49ee952e9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,8 @@
DOCKER_NAMESPACE := victoriametrics
ROOT_IMAGE ?= alpine:3.14.2
CERTS_IMAGE := alpine:3.14.2
ROOT_IMAGE ?= alpine:3.14.3
CERTS_IMAGE := alpine:3.14.3
GO_BUILDER_IMAGE := golang:1.17.3-alpine
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 : _)