Skip to content

Commit

Permalink
Merge pull request #314 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 df13a91
  • Loading branch information
kodiakhq[bot] authored May 1, 2023
2 parents ac92c63 + cde3fc1 commit 1cbc58f
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:e711a716d8b7fe9c4f7bbf1477e8e6b451619fcae0bc94fdf6109d490bf6cea0
FROM gcr.io/distroless/base@sha256:df13a91fd415eb192a75e2ef7eacf3bb5877bb05ce93064b91b83feef5431f37

COPY --from=builder /udig /udig

Expand Down

0 comments on commit 1cbc58f

Please sign in to comment.