Skip to content

Commit d8cf502

Browse files
committed
chore: bump minumum PHP version
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 8e97dd3 commit d8cf502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
- MYSQL_USER=${MYSQL_USER:-nextcloud}
2727
- MYSQL_PASSWORD=${MYSQL_PASSWORD:-nextcloud}
2828
nextcloud:
29-
image: ghcr.io/librecodecoop/nextcloud-dev-php${PHP_VERSION:-81}:latest
29+
image: ghcr.io/librecodecoop/nextcloud-dev-php${PHP_VERSION:-82}:latest
3030
# build:
3131
# context: .docker/
3232
# dockerfile: Dockerfile.php${PHP_VERSION:-81}

0 commit comments

Comments
 (0)