diff --git a/Dockerfile b/Dockerfile index 0aeb223..7bb3f75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Build a go app into a minimal docker image with timezone support and SSL cert chains. -FROM golang:latest@sha256:e4292aeda6e15a875bd602d1c539bada547b72b04bce769dd32ac833337eb4bf as builder +FROM golang:latest@sha256:fcae9e0e7313c6467a7c6632ebb5e5fab99bd39bd5eb6ee34a211353e647827a as builder ARG TARGETOS ARG TARGETARCH ARG BUILD_FLAGS=""