0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-25 04:40:55 +02:00

Alpine 3.18 & PHP 8.2 (#1989)

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2023-05-31 15:17:36 +00:00 committed by GitHub
parent fb5866ada9
commit 22d28e45cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 9 deletions

View file

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
FROM php:8.1-apache-bullseye
FROM php:8.2-apache-bullseye
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \