Skip to content

Commit

Permalink
put sha back for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Sep 20, 2023
1 parent 1bc71e7 commit b2a1138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mulery/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build a go app into a minimal docker image with timezone support and SSL cert chains.
FROM golang:latest as builder
FROM golang:latest@sha256:3fccedea46315261e4b6205bcffe91ece1e2aea60c23aab0f033f35461849b42 as builder

RUN mkdir -p $GOPATH/pkg/mod $GOPATH/bin $GOPATH/src /build
COPY . /build
Expand Down

0 comments on commit b2a1138

Please sign in to comment.