mirror of
https://github.com/docker/docker-bench-security.git
synced 2024-11-01 00:21:45 +01:00
feat: use SHA instead of tags for base image
This commit is contained in:
parent
4edccd7859
commit
8bbdaf6540
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.18
|
FROM alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
org.label-schema.name="docker-bench-security" \
|
org.label-schema.name="docker-bench-security" \
|
||||||
|
|
Loading…
Reference in a new issue