Skip to content

Commit 0f704a0

Browse files
renovate[bot]ruifung
authored andcommitted
Update nextcloud Docker tag to v31.0.6
1 parent aee5c46 commit 0f704a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apache.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM nextcloud:31.0.5-apache
1+
FROM nextcloud:31.0.6-apache
22
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM nextcloud:31.0.5-fpm
1+
FROM nextcloud:31.0.6-fpm
22
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/*

0 commit comments

Comments
 (0)