From 3f2c852998c328937579080d7137a4f429194ac0 Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Tue, 20 Oct 2020 11:03:05 +0200 Subject: [PATCH] Upgrade image to alpine 3.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 244d72f9..c3637831 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN go get github.com/jwilder/docker-gen \ && make get-deps \ && make all -FROM alpine:3.11 +FROM alpine:3.12 LABEL maintainer="Yves Blusseau <90z7oey02@sneakemail.com> (@blusseau)"