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
… 853bfd4
  • Loading branch information
renovate[bot] authored Jan 25, 2025
1 parent bc4ccfb commit d1ba26e
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:5497b01f36ef14a5198c0165e50ae6a0006d0c7457d4566f1110257e1c0812ed
FROM cgr.dev/chainguard/static:latest@sha256:853bfd4495abb4b65ede8fc9332513ca2626235589c2cef59b4fce5082d0836d
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:5497b01f36ef14a5198c0165e50ae6a0006d0c7457d4566f1110257e1c0812ed
ARG BASE_IMAGE_VERSION=cgr.dev/chainguard/static:latest@sha256:853bfd4495abb4b65ede8fc9332513ca2626235589c2cef59b4fce5082d0836d
FROM --platform=$BUILDPLATFORM ${BASE_IMAGE_VERSION}
ENV HOME /home/nonroot
VOLUME /home/nonroot
Expand Down

0 comments on commit d1ba26e

Please sign in to comment.