Skip to content

Commit

Permalink
Update gcr.io/distroless/static-debian12:debug-nonroot Docker digest …
Browse files Browse the repository at this point in the history
…to 70bda3b
  • Loading branch information
renovate-bot committed Sep 18, 2024
1 parent 7a27afd commit 379a32d
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 @@ -32,7 +32,7 @@ ENTRYPOINT ["/bin/hcloud"]
#-------------------
# Debug image
#-------------------
FROM gcr.io/distroless/static-debian12:debug-nonroot@sha256:c37447d1664136bd8b058f83734527aedea9b3111684f82bda56fced124f5432 as hcloud-cli-debug
FROM gcr.io/distroless/static-debian12:debug-nonroot@sha256:70bda3be5afc2284279f8a4e497a10a81efec2ae3f23713832aec34845895b3d as hcloud-cli-debug

Check warning on line 35 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/

Check warning on line 35 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 35 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 35 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/hcloud /bin/hcloud

Expand Down

0 comments on commit 379a32d

Please sign in to comment.