Update Docker image to Alpine 3.12

pull/680/head
Frédéric Guillot 4 years ago
parent 1811522473
commit 57f62b4797
  1. 2
      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

Loading…
Cancel
Save