Skip to content

Commit

Permalink
Set runtime image to cgr.dev/chainguard/static:latest
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Kosegi <richard.kosegi@gmail.com>
  • Loading branch information
rkosegi committed Nov 25, 2024
1 parent 3c08f98 commit 249c832
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 @@ -19,7 +19,7 @@ COPY . /build

RUN make build-local

FROM gcr.io/distroless/static:latest
FROM cgr.dev/chainguard/static:latest
ARG VERSION
ARG BUILD_DATE
ARG GIT_COMMIT
Expand Down

0 comments on commit 249c832

Please sign in to comment.