diff options
Diffstat (limited to '17.0/fpm-alpine/Dockerfile')
-rw-r--r-- | 17.0/fpm-alpine/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/17.0/fpm-alpine/Dockerfile b/17.0/fpm-alpine/Dockerfile index c1409e87..f05bfec4 100644 --- a/17.0/fpm-alpine/Dockerfile +++ b/17.0/fpm-alpine/Dockerfile @@ -94,7 +94,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 17.0.2 +ENV NEXTCLOUD_VERSION 17.0.3 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \ |