Merge pull request #543 from UlisesGascon/fix/pin-dependency

feat: use SHA instead of tags for base image
This commit is contained in:
Thomas Sjögren 2023-11-19 22:04:37 +00:00 committed by GitHub
commit 0fd702afed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
LABEL \
org.label-schema.name="docker-bench-security" \