mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-10 08:52:39 +08:00
build(deps): bump httpd in /Containers/apache
Bumps httpd from 2.4.61-alpine3.20 to 2.4.62-alpine3.20. --- updated-dependencies: - dependency-name: httpd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
07b603ae74
commit
85c606b09b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
FROM caddy:2.8.4-alpine AS caddy
|
FROM caddy:2.8.4-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.61-alpine3.20
|
FROM httpd:2.4.62-alpine3.20
|
||||||
|
|
||||||
COPY --from=caddy /usr/bin/caddy /usr/bin/caddy
|
COPY --from=caddy /usr/bin/caddy /usr/bin/caddy
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue