Skip to content

Commit c16d6fd

Browse files
fix(deps): update nextcloud docker tag to v33.0.4
1 parent 863da70 commit c16d6fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

template/compose.nextcloud.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66

77
nextcloud:
88
container_name: nextcloud
9-
image: nextcloud:33.0.1-apache
9+
image: nextcloud:33.0.4-apache
1010
restart: unless-stopped
1111
depends_on:
1212
- db
@@ -31,7 +31,7 @@ services:
3131

3232
nextcloud-cron:
3333
container_name: nextcloud-cron
34-
image: nextcloud:33.0.1-apache
34+
image: nextcloud:33.0.4-apache
3535
restart: unless-stopped
3636
depends_on:
3737
- db

0 commit comments

Comments
 (0)