diff --git a/cmd/mulery/Dockerfile b/cmd/mulery/Dockerfile index e6f5b8d..523676d 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:8f6a7d881c5348114a19a08f8cc052b3a0d5341539e7ecc9e00902776949bc71 as builder +FROM golang:latest@sha256:68c07ac27294fbdee3130831a4a6af66b9720b3cedd854c07e87e1625d95e848 as builder RUN mkdir -p $GOPATH/pkg/mod $GOPATH/bin $GOPATH/src /build COPY . /build