Skip to content

Commit

Permalink
chore(Dockerfile): bump glibc-dynamic latest tag digest (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: andros21 <58751603+andros21@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and andros21 authored Oct 6, 2024
1 parent 803ca6b commit 22b4394
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:6462e815d213b0f339e40f84cbd696a9e4141ef4d62245a4ba5378cf09801527
FROM cgr.dev/chainguard/glibc-dynamic:latest@sha256:cabf47ee4e6e339b32a82cb84b6779e128bb9e1f2441b0d8883ffbf1f8b54dd2

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 22b4394

Please sign in to comment.