Skip to content

Commit

Permalink
chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.…
Browse files Browse the repository at this point in the history
…79.0
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent cb4e889 commit 6e77650
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
@@ -1,4 +1,4 @@
FROM ghcr.io/sksat/cargo-chef-docker:1.78.0-bullseye as chef
FROM ghcr.io/sksat/cargo-chef-docker:1.79.0-bullseye as chef

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / 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/
LABEL maintainer "sksat <[email protected]>"

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

WORKDIR build

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

Relative workdir without an absolute workdir declared within the build can have unexpected results if the base image changes

WorkdirRelativePath: Relative workdir "build" can have unexpected results if the base image changes More info: https://docs.docker.com/go/dockerfile/rule/workdir-relative-path/
Expand Down

0 comments on commit 6e77650

Please sign in to comment.