mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 07:26:55 +00:00
Merge pull request #2299 from nextcloud/dependabot/docker/Containers/apache/httpd-2.4.57-alpine3.17
Bump httpd from 2.4.56-alpine3.17 to 2.4.57-alpine3.17 in /Containers/apache
This commit is contained in:
commit
23f2e96c71
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# Caddy is a requirement
|
# Caddy is a requirement
|
||||||
FROM caddy:2.6.4-alpine as caddy
|
FROM caddy:2.6.4-alpine as caddy
|
||||||
|
|
||||||
FROM httpd:2.4.56-alpine3.17
|
FROM httpd:2.4.57-alpine3.17
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apk add --no-cache shadow; \
|
apk add --no-cache shadow; \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue