Use temporary PHP 7.3 for Nextcloud images

This commit is contained in:
hoellen 2020-10-06 12:54:10 +02:00
parent 582a14d737
commit 5f65a6acc5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM hoellen/nginx-php:7.4
FROM hoellen/nginx-php:7.3
ARG NEXTCLOUD_VERSION=19.0.3
ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"

View File

@ -1,4 +1,4 @@
FROM hoellen/nginx-php:7.4
FROM hoellen/nginx-php:7.3
ARG NEXTCLOUD_VERSION=20.0.0
ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"