Skip to content

Commit 45474b3

Browse files
chore(deps): update all non-major dependencies
1 parent 648dd21 commit 45474b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/development/stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ services:
157157
- traefik.http.routers.grafana_secure.rule=Host(`grafana.${STACK_DOMAIN}`)
158158
- traefik.http.routers.grafana_secure.tls.options=mintls13@file #DARGSTACK-REMOVE
159159
- traefik.http.services.grafana.loadbalancer.server.port=3000
160-
image: grafana/grafana:12.0.0
160+
image: grafana/grafana:12.0.1
161161
secrets:
162162
- postgres_db
163163
- postgres_role_service_grafana_password

src/production/production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ services:
8282
image: ghcr.io/maevsi/reccoom:0.1.0
8383
volumes: (( prune ))
8484
sqitch:
85-
image: ghcr.io/maevsi/sqitch:8.0.1
85+
image: ghcr.io/maevsi/sqitch:8.2.0
8686
volumes: (( prune ))
8787
traefik:
8888
command:
@@ -128,7 +128,7 @@ services:
128128
- (( append ))
129129
- traefik.http.routers.vibetype.middlewares=vibetype_cors,vibetype_redirectregex
130130
- traefik.http.routers.vibetype_secure.tls.certresolver=default
131-
image: ghcr.io/maevsi/vibetype:11.5.1
131+
image: ghcr.io/maevsi/vibetype:11.5.2
132132
user: (( prune ))
133133
# vibetype_beta:
134134
# # You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).

0 commit comments

Comments
 (0)