File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v6
15+ uses : actions/checkout@v7
1616 - name : Setup python
1717 uses : actions/setup-python@v6
1818 with :
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ services:
4646 - internal
4747 synapse :
4848 hostname : synapse
49- image : ghcr.io/element-hq/synapse:v1.154 .0
49+ image : ghcr.io/element-hq/synapse:v1.155 .0
5050 restart : unless-stopped
5151 environment :
5252 SYNAPSE_CONFIG_DIR : /config
Original file line number Diff line number Diff line change 11---
22services :
33 traefik :
4- image : traefik:v3.7.4
4+ image : traefik:v3.7.6
55 container_name : " traefik"
66 command :
77 # - "--log.level=DEBUG"
@@ -26,7 +26,7 @@ services:
2626 - /var/run/docker.sock:/var/run/docker.sock:ro
2727 restart : always
2828 umami :
29- image : ghcr.io/umami-software/umami:3.1 .0
29+ image : ghcr.io/umami-software/umami:3.2 .0
3030 container_name : " umami"
3131 labels :
3232 - " traefik.enable=true"
Original file line number Diff line number Diff line change 11---
22services :
33 traefik :
4- image : traefik:v3.7.4
4+ image : traefik:v3.7.6
55 container_name : traefik
66 command :
77 # - "--log.level=DEBUG"
You can’t perform that action at this time.
0 commit comments