We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8d123 commit 1c2cb64Copy full SHA for 1c2cb64
apache.Dockerfile
@@ -1,2 +1,2 @@
1
-FROM nextcloud:31.0.4-apache
+FROM nextcloud:31.0.5-apache
2
RUN apt-get update && apt-get install -y smbclient libsmbclient-dev && pecl install smbclient && docker-php-ext-enable smbclient && apt-get autoclean && rm -rf /var/lib/apt/lists/*
fpm.Dockerfile
-FROM nextcloud:31.0.4-fpm
+FROM nextcloud:31.0.5-fpm
0 commit comments