Update Docker image to Alpine 3.12
This commit is contained in:
parent
1811522473
commit
57f62b4797
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue