Skip to content

Commit

Permalink
Merge pull request #5 from chainguard-dev/update-digests
Browse files Browse the repository at this point in the history
Update images digests
  • Loading branch information
amouat authored Jan 10, 2025
2 parents fcb89ee + 80e64e4 commit f6bb7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM cgr.dev/chainguard/go:latest-dev@sha256:8473b531c4952958c17a60c47ce7a567dd9d28e6376617d5bcb9df6071885a5d AS builder
FROM cgr.dev/chainguard/go:latest-dev@sha256:88919362146ee54cea7aea132c256d2f0581aeeb0b1c2661337ecf99e9dc945b AS builder

WORKDIR /work

Expand All @@ -9,7 +9,7 @@ COPY internal /work/internal

RUN CGO_ENABLED=0 go build -o hello ./cmd/server

FROM cgr.dev/chainguard/static:latest@sha256:5ff428f8a48241b93a4174dbbc135a4ffb2381a9e10bdbbc5b9db145645886d5
FROM cgr.dev/chainguard/static:latest@sha256:7e1e8a0ed6ebd521f2acfb326a4ae61c2f9b91e5c209dcd0f0e4a5934418a5ec
COPY --from=builder /work/hello /hello

ENTRYPOINT ["/hello"]

0 comments on commit f6bb7cc

Please sign in to comment.