Skip to content

Commit

Permalink
ci: use chainguard glibc-dynamic instead of distroless cc
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed Aug 12, 2024
1 parent db76d28 commit bb052cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/templates/ockam.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ RUN \
esac; \
chmod u+x /ockam;

FROM gcr.io/distroless/cc@sha256:1dc7ae628f0308f77dac8538b4b246453ac3636aa5ba22084e3d22d59a7f3cca
FROM cgr.dev/chainguard/glibc-dynamic@sha256:7cbd1cd7a6a1ca37de8d242ade7e65253323d1991611ebcb20b15347a95b8ebf
COPY --from=builder /ockam /
ENTRYPOINT ["/ockam"]

0 comments on commit bb052cd

Please sign in to comment.