mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-10-29 21:05:26 +01: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