From 2cf8997635e05247359b3f1a0903d8626ef812b2 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Tue, 3 Dec 2019 23:10:06 +0100 Subject: [PATCH] Upgrade to Alpine 3.10 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9f400cd..aae1abc 100644 --- a/Dockerfile +++ b/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