Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 4, 2023
1 parent f58e81b commit a6a84f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose/all-in-one/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.9"
services:
# Garuda Cloud
nextcloud_app:
image: linuxserver/nextcloud:27.0.1
image: linuxserver/nextcloud:27.1.3
container_name: nextcloud
depends_on: [nextcloud_db, nextcloud_redis]
environment:
Expand All @@ -25,7 +25,7 @@ services:
volumes: [./nextcloud/db:/var/lib/mysql]
restart: always
nextcloud_redis:
image: redis:7.2.2
image: redis:7.2.3
container_name: nextcloud_redis
environment:
ALLOW_EMPTY_PASSWORD: true
Expand Down Expand Up @@ -136,7 +136,7 @@ services:

# Matrix homeserver
matrix:
image: matrixdotorg/synapse:v1.95.0
image: matrixdotorg/synapse:v1.95.1
container_name: matrix
volumes: [./matrix/matrix:/data]
ports: [8008:8008]
Expand Down

0 comments on commit a6a84f1

Please sign in to comment.