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
… e78eb21
  • Loading branch information
renovate[bot] authored Jul 15, 2024
1 parent a729f47 commit 7129ae9
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:d94c01c30dda455626c9642272b489adfc402982b99849149ca678ff4d45b267
FROM cgr.dev/chainguard/static:latest@sha256:e78eb21f59f52446a23f7d45e78805c4f26406a6e9c4b21ec50dfdf07e6bec57
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:d94c01c30dda455626c9642272b489adfc402982b99849149ca678ff4d45b267
ARG BASE_IMAGE_VERSION=cgr.dev/chainguard/static:latest@sha256:e78eb21f59f52446a23f7d45e78805c4f26406a6e9c4b21ec50dfdf07e6bec57
FROM --platform=$BUILDPLATFORM ${BASE_IMAGE_VERSION}
ENV HOME /home/nonroot
VOLUME /home/nonroot
Expand Down

0 comments on commit 7129ae9

Please sign in to comment.