Skip to content

Commit

Permalink
Merge pull request #383 from jrcichra/dependabot/docker/busybox-1.37.0
Browse files Browse the repository at this point in the history
Bump busybox from 1.36.1 to 1.37.0
  • Loading branch information
jrcichra authored Oct 2, 2024
2 parents 6da5a2e + 84444ca commit d755cd9
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 busybox:1.36.1 as rename
FROM busybox:1.37.0 as rename

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/
WORKDIR /app
COPY target/aarch64-unknown-linux-gnu/release/bitwarden-secrets-operator bitwarden-secrets-operator-arm64
COPY target/x86_64-unknown-linux-gnu/release/bitwarden-secrets-operator bitwarden-secrets-operator-amd64
Expand Down

0 comments on commit d755cd9

Please sign in to comment.