Feature: upgrade to Alpine 3.13

This commit is contained in:
Quentin McGaw
2021-01-22 13:32:05 +00:00
parent 204c5b2446
commit 43b6509b43

View File

@@ -1,4 +1,4 @@
ARG ALPINE_VERSION=3.12 ARG ALPINE_VERSION=3.13
ARG GO_VERSION=1.15 ARG GO_VERSION=1.15
ARG BUILDPLATFORM=linux/amd64 ARG BUILDPLATFORM=linux/amd64
@@ -13,7 +13,6 @@ COPY internal/ ./internal/
FROM --platform=$BUILDPLATFORM base AS test FROM --platform=$BUILDPLATFORM base AS test
# Note on the go race detector: # Note on the go race detector:
# - we use golang:1.15-alpine and not golang:1.15-alpine3.12 to have the race detector fixed
# - we set CGO_ENABLED=1 to have it enabled # - we set CGO_ENABLED=1 to have it enabled
# - we install g++ to support the race detector # - we install g++ to support the race detector
ENV CGO_ENABLED=1 ENV CGO_ENABLED=1