diff --git a/cmd/mulery/Dockerfile b/cmd/mulery/Dockerfile index c07b469..a60065e 100644 --- a/cmd/mulery/Dockerfile +++ b/cmd/mulery/Dockerfile @@ -1,5 +1,5 @@ # Build a go app into a minimal docker image with timezone support and SSL cert chains. -FROM golang:latest@sha256:4950c1cce16bb754e23ee70d25a67e906149d0faedc0aaeed49c075b696fa889 as builder +FROM golang:latest@sha256:c2010b9c2342431a24a2e64e33d9eb2e484af49e72c820e200d332d214d5e61f as builder RUN mkdir -p $GOPATH/pkg/mod $GOPATH/bin $GOPATH/src /build COPY . /build