Skip to content

Commit

Permalink
Upgrade to Alpine 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
drwetter committed Dec 3, 2019
1 parent 37be442 commit 2cf8997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -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
Expand Down

0 comments on commit 2cf8997

Please sign in to comment.