Skip to content

Commit b10f6d2

Browse files
committed
Change Dockerfile Nextcloud from "latest" to 21
The latests version is currently 23 wich uses PHP8, which we do not support yet.
1 parent 2642271 commit b10f6d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nextcloud:latest
1+
FROM nextcloud:21
22
COPY site.conf /etc/apache2/sites-enabled/000-default.conf
33
RUN a2enmod ssl
44
RUN mkdir /tls

0 commit comments

Comments
 (0)