Merge pull request #381 from konstruktoid/alpineupdate

update distro Dockerfile
This commit is contained in:
Thomas Sjögren 2019-05-12 20:13:29 +02:00 committed by GitHub
commit e6f1f81b7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM alpine:3.7
FROM alpine:3.9
LABEL \
org.label-schema.name="docker-bench-security" \
@ -23,4 +23,4 @@ HEALTHCHECK CMD exit 0
WORKDIR /usr/local/bin
ENTRYPOINT [ "/usr/bin/dumb-init", "docker-bench-security.sh" ]
CMD [""]