diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index 90b53f7f..1968cc24 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.27-fpm-alpine3.16 +FROM php:8.0.28-fpm-alpine3.16 # Custom: change id of www-data user as it needs to be the same like on old installations RUN set -ex; \