Skip to content

Commit

Permalink
update to NC 27.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Jan 29, 2024
1 parent 0fdff8b commit 5034bce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daemon/nextbox-compose/docker-compose.yml
Expand Up @@ -15,7 +15,7 @@ services:
restart: always

app:
image: nextcloud:27.1.5-apache
image: nextcloud:27.1.6-apache
entrypoint: "/bin/sh -c 'echo \"start delayed by 60secs...\" && sleep 60 && /entrypoint.sh apache2-foreground'"
restart: always
extra_hosts:
Expand All @@ -39,7 +39,7 @@ services:
- redis

cron:
image: nextcloud:27.1.5-apache
image: nextcloud:27.1.6-apache
restart: always
volumes:
- nextcloud:/var/www/html
Expand Down
6 changes: 6 additions & 0 deletions debian/debian/changelog
@@ -1,3 +1,9 @@
%%PKG%% (1.0.43-1) focal; urgency=low

* update app max nc version

-- Markus Meissner (Debian) <coder@safemailbox.de> Sun, 17 Dec 2023 19:36:18 +0100

%%PKG%% (1.0.42-1) focal; urgency=low

* NC bump 27.1.5
Expand Down

0 comments on commit 5034bce

Please sign in to comment.