Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Jan 20, 2024
1 parent c230d78 commit 0071fa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -25,7 +25,7 @@ services:
volumes: [./nextcloud/db:/var/lib/mysql]
restart: always
nextcloud_redis:
image: redis:7.2.3
image: redis:7.2.4
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.98.0
image: matrixdotorg/synapse:v1.99.0
container_name: matrix
volumes: [./matrix/matrix:/data]
ports: [8008:8008]
Expand All @@ -163,7 +163,7 @@ services:

# Matrix web client
matrix_web:
image: vectorim/element-web:v1.11.53
image: vectorim/element-web:v1.11.55
container_name: element_web
depends_on: [matrix]
volumes: [./matrix/element/config.json:/app/config.json]
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/github-runner/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3.9"
services:
github-runner:
image: myoung34/github-runner:2.311.0
image: myoung34/github-runner:2.312.0
container_name: github-runner
privileged: true
environment:
Expand Down

0 comments on commit 0071fa2

Please sign in to comment.