Skip to content

Commit

Permalink
chore(deps): update cgr.dev/chainguard/static:latest docker digest to…
Browse files Browse the repository at this point in the history
… 7a6456c
  • Loading branch information
renovate[bot] authored Mar 5, 2025
1 parent 3d8e77d commit 470dfc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN go mod download
COPY . .
RUN CGO_ENABLED=0 go build -o sgpt -v ./cmd/sgpt/main.go

FROM cgr.dev/chainguard/static:latest@sha256:3e9af2550ae5ff1fe5b9d69332955c01213c37c75874b184e5fbea500d1c9808
FROM cgr.dev/chainguard/static:latest@sha256:7a6456cc96ecde793b7c8ad9a3ccd5d610d6168a6f64d693ecc2e84f8276c6c6
ENV HOME /home/nonroot
VOLUME /home/nonroot
COPY --from=build /go/src/github.com/tbckr/sgpt/sgpt /sgpt
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BUILDPLATFORM=linux/amd64
ARG BASE_IMAGE_VERSION=cgr.dev/chainguard/static:latest@sha256:3e9af2550ae5ff1fe5b9d69332955c01213c37c75874b184e5fbea500d1c9808
ARG BASE_IMAGE_VERSION=cgr.dev/chainguard/static:latest@sha256:7a6456cc96ecde793b7c8ad9a3ccd5d610d6168a6f64d693ecc2e84f8276c6c6
FROM --platform=$BUILDPLATFORM ${BASE_IMAGE_VERSION}
ENV HOME /home/nonroot
VOLUME /home/nonroot
Expand Down

0 comments on commit 470dfc2

Please sign in to comment.