Skip to content

Commit b35908c

Browse files
committed
Pin PHP version to 8.1.x
Nextcloud 25.x will not work with PHP 8.2+.
1 parent faea0e9 commit b35908c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/php:8-fpm
1+
FROM docker.io/library/php:8.1-fpm
22
RUN apt-get update && apt-get install -y \
33
libcurl4-openssl-dev \
44
libicu-dev \

0 commit comments

Comments
 (0)