Merge pull request #6681 from nextcloud/dependabot/docker/Containers/apache/httpd-2.4.65-alpine3.22

build(deps): bump httpd from 2.4.64-alpine3.22 to 2.4.65-alpine3.22 in /Containers/apache
This commit is contained in:
Simon L. 2025-07-24 08:52:49 +02:00 committed by GitHub
commit 762d911a94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
FROM caddy:2.10.0-alpine AS caddy FROM caddy:2.10.0-alpine AS caddy
# From https://github.com/docker-library/httpd/blob/master/2.4/alpine/Dockerfile # From https://github.com/docker-library/httpd/blob/master/2.4/alpine/Dockerfile
FROM httpd:2.4.64-alpine3.22 FROM httpd:2.4.65-alpine3.22
COPY --from=caddy /usr/bin/caddy /usr/bin/caddy COPY --from=caddy /usr/bin/caddy /usr/bin/caddy