Skip to content

Commit

Permalink
Merge pull request #530 from mkmik/renovate/gcr.io-distroless-base
Browse files Browse the repository at this point in the history
Update gcr.io/distroless/base Docker digest to 8fe31fb
  • Loading branch information
kodiakhq[bot] authored Oct 25, 2024
2 parents 27680bf + 5f4cbb0 commit 87ee549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-udigd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install --yes libcap2-bin
RUN setcap 'cap_net_bind_service+eip' /udig

# distroless with busybox
FROM gcr.io/distroless/base@sha256:6ae5fe659f28c6afe9cc2903aebc78a5c6ad3aaa3d9d0369760ac6aaea2529c8
FROM gcr.io/distroless/base@sha256:8fe31fb9d159141d9c3ff99f1fd287239d89d97ea95fea1f08f82ea5f2b544da

COPY --from=builder /udig /udig

Expand Down

0 comments on commit 87ee549

Please sign in to comment.