diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index 094ba925..a14eda09 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -1,5 +1,5 @@ # From https://github.com/nextcloud/docker/blob/master/23/fpm-alpine/Dockerfile -FROM php:8.0.15-fpm-alpine3.15 +FROM php:8.0.16-fpm-alpine3.15 # Custom: change id of www-data user as it needs to be the same like on old installations RUN set -ex; \