Upgrade to Alpine 3.10

This commit is contained in:
Dirk Wetter 2019-12-03 23:10:06 +01:00 committed by GitHub
parent 37be442b2b
commit 2cf8997635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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