1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-06-19 13:38:34 +02:00

Use specific Alpine version

... and not latest which is unspecific. Atm
it's the same
This commit is contained in:
Dirk Wetter 2019-04-17 08:08:12 +02:00
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