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