Skip to content

Commit

Permalink
chore: update all Docker images but the Nextcloud one
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Oct 28, 2023
1 parent bfa6e54 commit 09f2b16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -136,7 +136,7 @@ services:

# Matrix homeserver
matrix:
image: matrixdotorg/synapse:v1.94.0
image: matrixdotorg/synapse:v1.95.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.46
image: vectorim/element-web:v1.11.47
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.310.2
image: myoung34/github-runner:2.311.0
container_name: github-runner
privileged: true
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/proxied/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ services:
depends_on: [piped_backend]
restart: always
piped_nginx:
image: nginx:1.25.2-alpine
image: nginx:1.25.3-alpine
container_name: piped_nginx
depends_on: [piped_backend, piped_frontend, piped_proxy]
volumes:
Expand Down

0 comments on commit 09f2b16

Please sign in to comment.