diff --git a/Dockerfile b/Dockerfile index f52e2f5..b6a9ffc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM httpd:2.4.57-alpine +FROM httpd:2.4.58-alpine ARG MOD_PERL_VERSION=2.0.13 ARG MOD_PERL_SHA=ade3be31c447b8448869fecdfcace258d6d587b8c6c773c5f22735f70d82d6da diff --git a/test/Dockerfile b/test/Dockerfile index 5e2ec08..6821d34 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -1,4 +1,4 @@ -FROM httpd:2.4.57-alpine +FROM httpd:2.4.58-alpine RUN apk add --no-cache lynx diffutils bash wait4ports