From a462b9785911648ef1534816ef411b35383e111c Mon Sep 17 00:00:00 2001 From: Denys Holius <5650611+denisgolius@users.noreply.github.com> Date: Fri, 25 Mar 2022 17:27:07 +0200 Subject: [PATCH] Update alpine linux base image to the latest v3.15.2 Update alpine linux base image to the latest v3.15.2 which has fix for CVE-2022-0778. See https://alpinelinux.org/posts/Alpine-3.15.2-released.html --- deployment/docker/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/docker/Makefile b/deployment/docker/Makefile index a7f3a0fdf3..47c9fa20e6 100644 --- a/deployment/docker/Makefile +++ b/deployment/docker/Makefile @@ -2,8 +2,8 @@ DOCKER_NAMESPACE := victoriametrics -ROOT_IMAGE ?= alpine:3.15.0 -CERTS_IMAGE := alpine:3.15.0 +ROOT_IMAGE ?= alpine:3.15.2 +CERTS_IMAGE := alpine:3.15.2 GO_BUILDER_IMAGE := golang:1.18.0-alpine BUILDER_IMAGE := local/builder:2.0.0-$(shell echo $(GO_BUILDER_IMAGE) | tr :/ __)-1 BASE_IMAGE := local/base:1.1.3-$(shell echo $(ROOT_IMAGE) | tr :/ __)-$(shell echo $(CERTS_IMAGE) | tr :/ __)