Skip to content

Commit 5f2da0d

Browse files
committed
Update all dependencies
1 parent 00657bf commit 5f2da0d

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

stacks/synapse/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
services:
33
caddy:
44
hostname: caddy
5-
image: docker.io/caddy:2.10.2-alpine
5+
image: docker.io/caddy:2.11.2-alpine
66
restart: unless-stopped
77
ports:
88
- 80:80
@@ -19,7 +19,7 @@ services:
1919
- internal
2020
postgres:
2121
hostname: postgres
22-
image: docker.io/postgres:18.2-alpine3.23
22+
image: docker.io/postgres:18.3-alpine3.23
2323
restart: unless-stopped
2424
environment:
2525
POSTGRES_DB: synapse
@@ -46,7 +46,7 @@ services:
4646
- internal
4747
synapse:
4848
hostname: synapse
49-
image: ghcr.io/element-hq/synapse:v1.147.1
49+
image: ghcr.io/element-hq/synapse:v1.149.1
5050
restart: unless-stopped
5151
environment:
5252
SYNAPSE_CONFIG_DIR: /config

stacks/umami/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
traefik:
4-
image: traefik:v3.6.8
4+
image: traefik:v3.6.10
55
container_name: "traefik"
66
command:
77
#- "--log.level=DEBUG"
@@ -42,7 +42,7 @@ services:
4242
restart: always
4343
init: true
4444
db:
45-
image: postgres:18.2-alpine3.23
45+
image: postgres:18.3-alpine3.23
4646
environment:
4747
POSTGRES_DB: umami
4848
POSTGRES_USER: umami

stacks/vaultwarden/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
traefik:
4-
image: traefik:v3.6.8
4+
image: traefik:v3.6.10
55
container_name: traefik
66
command:
77
#- "--log.level=DEBUG"
@@ -72,7 +72,7 @@ services:
7272
- "traefik.http.routers.vw-websocket-http.service=vw-websocket"
7373
- "traefik.http.services.vw-websocket.loadbalancer.server.port=3012"
7474
vaultwarden:
75-
image: vaultwarden/server:1.35.3-alpine
75+
image: vaultwarden/server:1.35.4-alpine
7676
container_name: vaultwarden
7777
restart: unless-stopped
7878
environment:
@@ -98,7 +98,7 @@ services:
9898
volumes:
9999
- /opt/docker/vaultwarden/data:/data
100100
vaultwarden-db:
101-
image: postgres:18.2-alpine3.23
101+
image: postgres:18.3-alpine3.23
102102
container_name: vaultwarden-db
103103
restart: unless-stopped
104104
environment:

0 commit comments

Comments
 (0)