Skip to content

Commit ca0486e

Browse files
renovate[bot]ruifung
authored andcommitted
Update nextcloud Docker tag to v30.0.6
1 parent f979ae7 commit ca0486e

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:30.0.5-apache
1+
FROM nextcloud:30.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:30.0.5-fpm
1+
FROM nextcloud:30.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)