Skip to content

Commit

Permalink
chore(deps): update public.ecr.aws/docker/library/rust:1.84.0 docker …
Browse files Browse the repository at this point in the history
…digest to e6e40c0 (#338)
  • Loading branch information
repo-jeeves[bot] authored Jan 15, 2025
1 parent fbede97 commit 12f5483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/rust-musl-chef/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/docker/library/rust:1.84.0@sha256:ec7dae306d01d4c52d2b6cce4a62a8da2f2e54df543e527e1656ae7c4ef632b3 as chef
FROM public.ecr.aws/docker/library/rust:1.84.0@sha256:e6e40c05cfe7dd55ad13794333d31b6d0818f0c6086876e7dc65871e6c8c0b21 as chef

Check warning on line 1 in apps/rust-musl-chef/Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / Build/Test rust-musl-chef (linux/amd64)

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/
WORKDIR /build

# compile openssl for static linking
Expand Down

0 comments on commit 12f5483

Please sign in to comment.