Skip to content

Commit

Permalink
Update gcr.io/distroless/base-debian12:debug-nonroot Docker digest to…
Browse files Browse the repository at this point in the history
… a9c1433
  • Loading branch information
renovate-bot committed Sep 18, 2024
1 parent 893341e commit da0b4ac
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 @@ -37,7 +37,7 @@ ENTRYPOINT ["/bin/scw"]
#-------------------
# Debug image
#-------------------
FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:1d25fbe82ff696e6149540de475728b85670111a66eb0d4be113a39b8282439d as scw-cli-debug
FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:a9c14330a664f1d1a549f9772c35eeac3f74828f6fd29530b8cc203103dd8085 as scw-cli-debug

Check warning on line 40 in Dockerfile

View workflow job for this annotation

GitHub Actions / build (minimal) / build

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/

Check warning on line 40 in Dockerfile

View workflow job for this annotation

GitHub Actions / build (debug) / build

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/

COPY --from=builder /bin/jq /bin/jq
COPY --from=builder /bin/scw /bin/scw
Expand Down

0 comments on commit da0b4ac

Please sign in to comment.