Skip to content

Commit 3e84f88

Browse files
chore(deps): update all non-major dependencies
1 parent 04b9974 commit 3e84f88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/development/stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ services:
359359
- traefik.http.routers.prometheus_secure.rule=Host(`prometheus.${STACK_DOMAIN}`)
360360
- traefik.http.routers.prometheus_secure.tls.options=mintls13@file #DARGSTACK-REMOVE
361361
- traefik.http.services.prometheus.loadbalancer.server.port=9090
362-
image: prom/prometheus:v3.8.1
362+
image: prom/prometheus:v3.9.0
363363
volumes:
364364
- ../production/configurations/prometheus/prometheus.yaml:/etc/prometheus/prometheus.yml:ro
365365
- prometheus_data:/prometheus

src/production/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ services:
118118
- (( append ))
119119
- traefik.http.routers.vibetype.middlewares=vibetype_cors,vibetype_redirectregex
120120
- traefik.http.routers.vibetype_secure.tls.certresolver=default
121-
image: ghcr.io/maevsi/vibetype:13.1.1
121+
image: ghcr.io/maevsi/vibetype:13.3.0
122122
user: (( prune ))
123123
# vibetype_beta:
124124
# # You can access the main project frontend's beta version at [beta.app.localhost](https://beta.app.localhost/).

0 commit comments

Comments
 (0)