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
… 2f827a4
  • Loading branch information
renovate-bot committed Nov 13, 2024
1 parent e3a8df6 commit d18632c
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:2d0f47e5034542a240f52dd4007891c44e5fd0a13db33e1ae26ee83892d8a1e3 as scw-cli-debug
FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:2f827a4140eff1ee61dfbab4c6bf8b998980c875b7a7902d3c1c3d915cb12ffa 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 d18632c

Please sign in to comment.