Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update golang:latest Docker digest to 0dff643 #12

Merged
merged 1 commit into from
Sep 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@sha256:3fccedea46315261e4b6205bcffe91ece1e2aea60c23aab0f033f35461849b42 as builder
FROM golang:latest@sha256:0dff643e5bf836005eea93ad89e084a17681173e54dbaa9ec307fd776acab36e as builder

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