Skip to content

Commit

Permalink
publish: update httpd base image
Browse files Browse the repository at this point in the history
  • Loading branch information
pabra committed Nov 21, 2023
1 parent d726cfc commit 10512db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 10512db

Please sign in to comment.