Skip to content

Commit

Permalink
chore(deps): update gcr.io/distroless/base-debian12 docker digest to …
Browse files Browse the repository at this point in the history
…74ddbf5
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 733f1f1 commit d275ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \
--mount=type=bind,target=. \
go build -ldflags="-s -w -X main.Version=${APP_VERSION}" -o / ./...

FROM gcr.io/distroless/base-debian12@sha256:e9d0321de8927f69ce20e39bfc061343cce395996dfc1f0db6540e5145bc63a5 AS build-release-stage
FROM gcr.io/distroless/base-debian12@sha256:74ddbf52d93fafbdd21b399271b0b4aac1babf8fa98cab59e5692e01169a1348 AS build-release-stage

WORKDIR /

Expand Down

0 comments on commit d275ee8

Please sign in to comment.