mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-07-16 10:42:02 +02:00
Use specific Alpine version
... and not latest which is unspecific. Atm it's the same
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM alpine:latest
|
||||
FROM alpine:3.9
|
||||
|
||||
RUN apk update && apk upgrade
|
||||
RUN apk add bash procps drill git coreutils
|
||||
|
Reference in New Issue
Block a user