Skip to content

Commit

Permalink
chore(deps): update nextcloud docker tag to v28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 27, 2024
1 parent 4a84b67 commit fc6109a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/nextcloud/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.7"
services:
nextcloud:
container_name: nextcloud
image: nextcloud:26.0.13-apache
image: nextcloud:28.0.3-apache
restart: unless-stopped
ports:
- ${APP_PORT}:80
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
- tipi_main_network

cron:
image: nextcloud:25.0.13-apache
image: nextcloud:28.0.3-apache
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data/nextcloud:/var/www/html
Expand Down

0 comments on commit fc6109a

Please sign in to comment.