Skip to content

Commit

Permalink
deployment/docker: upgrade alpine base Docker image from v3.12.3 to v…
Browse files Browse the repository at this point in the history
…3.13.0

See release notes for v3.13.0 - https://www.alpinelinux.org/posts/Alpine-3.13.0-released.html
  • Loading branch information
valyala committed Jan 15, 2021
1 parent b638c1e commit 485d43e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

DOCKER_NAMESPACE := victoriametrics

ROOT_IMAGE ?= alpine:3.12.3
CERTS_IMAGE := alpine:3.12.3
ROOT_IMAGE ?= alpine:3.13.0
CERTS_IMAGE := alpine:3.13.0
GO_BUILDER_IMAGE := golang:1.15.6
BUILDER_IMAGE := local/builder:2.0.0-$(shell echo $(GO_BUILDER_IMAGE) | tr : _)
BASE_IMAGE := local/base:1.1.1-$(shell echo $(ROOT_IMAGE) | tr : _)-$(shell echo $(CERTS_IMAGE) | tr : _)
Expand Down

0 comments on commit 485d43e

Please sign in to comment.