File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616 - name : Setup python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
19- python-version : ' 3.13 '
19+ python-version : ' 3.14 '
2020 - name : Install deps
2121 shell : bash
2222 run : |
Original file line number Diff line number Diff line change 11---
22services :
33 traefik :
4- image : traefik:v3.5.1
4+ image : traefik:v3.6.6
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:17.6 -alpine3.22
45+ image : postgres:18.1 -alpine3.22
4646 environment :
4747 POSTGRES_DB : umami
4848 POSTGRES_USER : umami
Original file line number Diff line number Diff line change 11---
22services :
33 traefik :
4- image : traefik:v3.5.1
4+ image : traefik:v3.6.6
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.34.3 -alpine
75+ image : vaultwarden/server:1.35.0 -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:17.6 -alpine3.22
101+ image : postgres:18.1 -alpine3.22
102102 container_name : vaultwarden-db
103103 restart : unless-stopped
104104 environment :
You can’t perform that action at this time.
0 commit comments