Skip to content

Commit

Permalink
chore(Dockerfile): bump glibc-dynamic latest tag digest (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: andros21 <[email protected]>
  • Loading branch information
github-actions[bot] and andros21 authored Feb 2, 2025
1 parent 6042525 commit efd2e50
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 @@ -5,7 +5,7 @@

FROM cgr.dev/chainguard/wolfi-base:latest as ssl

Check warning on line 6 in Dockerfile

View workflow job for this annotation

GitHub Actions / build filmbot

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

FROM cgr.dev/chainguard/glibc-dynamic:latest@sha256:1e61f5abe1233356c3e63ab4e050b846cc0ffcb5e6516da8e74cd81982bd9328
FROM cgr.dev/chainguard/glibc-dynamic:latest@sha256:c907cf5576de12bb54ac2580a91d0287de55f56bce4ddd66a0edf5ebaba9feed

COPY --from=ssl /usr/lib/libssl.so.* /usr/lib/
COPY --from=ssl /var/lib/db/sbom/libssl*-*-*.spdx.json /var/lib/db/sbom/
Expand Down

0 comments on commit efd2e50

Please sign in to comment.