Skip to content

Commit

Permalink
ci: use multi arch image manifest of chainguard glibc
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed Aug 12, 2024
1 parent d85eba7 commit 8f8a040
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 cgr.dev/chainguard/glibc-dynamic@sha256:7cbd1cd7a6a1ca37de8d242ade7e65253323d1991611ebcb20b15347a95b8ebf
FROM cgr.dev/chainguard/glibc-dynamic@sha256:6c87228d9380acb10e7300af697ed0664e4ffe38f0b73e04ae412f1150a8f9fb
COPY --from=builder /ockam /
ENTRYPOINT ["/ockam"]

0 comments on commit 8f8a040

Please sign in to comment.