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 Oct 31, 2023
1 parent a1fdfe2 commit 5b623cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 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 5b623cd

Please sign in to comment.