Skip to content

Commit

Permalink
ci(deps): update alpine docker tag to v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent 9223a96 commit f0c6613
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.20

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.20 to alpine:3.20@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
Click Remediation section below for further remediation help
COPY test.sh /
ENTRYPOINT ["/test.sh"]

0 comments on commit f0c6613

Please sign in to comment.