Skip to content

Commit

Permalink
ci(deps): update alpine docker tag to v3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent 5a8e76e commit 1022718
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,3 +1,3 @@
FROM alpine:3.14
FROM alpine:3.19

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 6: containerImage not pinned by hash
Remediation tip: pin your Docker image by updating alpine:3.19 to alpine:3.19@sha256:421ce8fe2ad2af93ce2b12ac450a71dd7d521afb2c3370f63c63b6bccd86c8c5
Click Remediation section below for further remediation help
COPY test.sh /
ENTRYPOINT ["/test.sh"]

0 comments on commit 1022718

Please sign in to comment.