feat: use SHA instead of tags for base image

This commit is contained in:
Ulises Gascón 2023-11-19 21:08:05 +01:00 committed by GitHub
parent 4edccd7859
commit 8bbdaf6540
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" \