Merge pull request #1866 from nextcloud/dependabot/docker/Containers/apache/httpd-2.4.55-alpine3.17

Bump httpd from 2.4.54-alpine3.17 to 2.4.55-alpine3.17 in /Containers/apache
This commit is contained in:
Simon L
2023-01-30 13:58:01 +01:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
# Caddy is a requirement
FROM caddy:2.6.2-alpine as caddy
FROM httpd:2.4.54-alpine3.17
FROM httpd:2.4.55-alpine3.17
RUN set -ex; \
apk add --no-cache shadow; \