Update Docker image to Alpine 3.12

This commit is contained in:
Frédéric Guillot 2020-06-02 20:55:34 -07:00
parent 1811522473
commit 57f62b4797
1 changed files with 1 additions and 1 deletions

View File

@ -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