mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-01 06:19:44 +01:00
Merge pull request #1406 from drwetter/drwetter-patch-4
Upgrade to Alpine 3.10
This commit is contained in:
commit
c5a13ed689
@ -1,6 +1,6 @@
|
||||
FROM alpine:3.9
|
||||
FROM alpine:3.10
|
||||
|
||||
RUN apk update && apk upgrade && apk add --no-cache curl bash procps drill git coreutils libidn curl
|
||||
RUN apk update && apk upgrade && apk add --no-cache bash procps drill git coreutils libidn curl
|
||||
|
||||
RUN addgroup testssl
|
||||
RUN adduser -G testssl -g "testssl user" -s /bin/bash -D testssl
|
||||
|
Loading…
Reference in New Issue
Block a user