Skip to content

Commit

Permalink
Upgrade to alpine-3.14 (#3304)
Browse files Browse the repository at this point in the history
Signed-off-by: Nont <nontkrub@gmail.com>
  • Loading branch information
nwnt committed Oct 5, 2021
1 parent b5c451a commit cb2b2ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
VERSION := 1.0.0
ROOT_IMAGE ?= alpine:3.13
ROOT_IMAGE ?= alpine:3.14
CERT_IMAGE := $(ROOT_IMAGE)
# TODO: Change back to golang:1.17-alpine once https://github.com/docker-library/golang/issues/383 is resolved.
GOLANG_IMAGE := golang:1.17-alpine3.13
GOLANG_IMAGE := golang:1.17-alpine3.14

BASE_IMAGE := localhost:5000/baseimg_alpine:latest
DEBUG_IMAGE := localhost:5000/debugimg_alpine:latest
Expand Down

0 comments on commit cb2b2ad

Please sign in to comment.