mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-13 18:15:36 +08:00
Merge pull request #6513 from nextcloud/dependabot/docker/Containers/mastercontainer/php-8.4.8-fpm-alpine3.21
build(deps): bump php from 8.4.7-fpm-alpine3.21 to 8.4.8-fpm-alpine3.21 in /Containers/mastercontainer
This commit is contained in:
commit
5c30a6472f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ FROM docker:28.2.2-cli AS docker
|
|||
FROM caddy:2.10.0-alpine AS caddy
|
||||
|
||||
# From https://github.com/docker-library/php/blob/master/8.4/alpine3.21/fpm/Dockerfile
|
||||
FROM php:8.4.7-fpm-alpine3.21
|
||||
FROM php:8.4.8-fpm-alpine3.21
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 8080
|
||||
|
|
Loading…
Add table
Reference in a new issue