From 57f62b47974001577be376390c5312c576a15762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Tue, 2 Jun 2020 20:55:34 -0700 Subject: [PATCH] Update Docker image to Alpine 3.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 16049d6c..dbb511a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG BASE_IMAGE_ARCH="amd64" -ARG ALPINE_LINUX_VERSION="3.11" +ARG ALPINE_LINUX_VERSION="3.12" FROM golang:1-alpine${ALPINE_LINUX_VERSION} as build ARG APP_VERSION