mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-03-01 08:15:28 +08:00
Merge pull request #4245 from nextcloud/dependabot/docker/Containers/mastercontainer/php-8.2.16-fpm-alpine3.19
Bump php from 8.2.15-fpm-alpine3.19 to 8.2.16-fpm-alpine3.19 in /Containers/mastercontainer
This commit is contained in:
commit
1e17a21e48
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ FROM docker:25.0.3-cli as docker
|
|||
FROM caddy:2.7.6-alpine as caddy
|
||||
|
||||
# From https://github.com/docker-library/php/blob/master/8.2/alpine3.19/fpm/Dockerfile
|
||||
FROM php:8.2.15-fpm-alpine3.19
|
||||
FROM php:8.2.16-fpm-alpine3.19
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 8080
|
||||
|
|
Loading…
Reference in a new issue