Skip to content

Commit 546c26b

Browse files
chore(deps): update all non-major dependencies
1 parent bcc4b0b commit 546c26b

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
@@ -302,7 +302,7 @@ services:
302302
- traefik.http.routers.prometheus_secure.rule=Host(`prometheus.${STACK_DOMAIN}`)
303303
- traefik.http.routers.prometheus_secure.tls.options=mintls13@file #DARGSTACK-REMOVE
304304
- traefik.http.services.prometheus.loadbalancer.server.port=9090
305-
image: prom/prometheus:v3.3.0
305+
image: prom/prometheus:v3.3.1
306306
volumes:
307307
- ../production/configurations/prometheus/prometheus.yaml:/etc/prometheus/prometheus.yml:ro
308308
- prometheus_data:/prometheus

src/production/production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ services:
127127
- (( append ))
128128
- traefik.http.routers.vibetype.middlewares=vibetype_cors,vibetype_redirectregex
129129
- traefik.http.routers.vibetype_secure.tls.certresolver=default
130-
image: ghcr.io/maevsi/vibetype:10.13.0
130+
image: ghcr.io/maevsi/vibetype:10.14.0
131131
user: (( prune ))
132132
vibetype_beta:
133133
# You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).
@@ -151,7 +151,7 @@ services:
151151
NUXT_PUBLIC_VIBETYPE_EMAIL_LIMIT24H: ${VIBETYPE_NUXT_PUBLIC_VIBETYPE_EMAIL_LIMIT24H}
152152
NUXT_PUBLIC_VIO_ENVIRONMENT: beta
153153
PGHOST: ${VIBETYPE_PGHOST}
154-
image: ghcr.io/maevsi/vibetype:10.13.0
154+
image: ghcr.io/maevsi/vibetype:10.14.0
155155
secrets:
156156
- source: vibetype_api-notification-secret
157157
target: /run/environment-variables/NUXT_PRIVATE_API_NOTIFICATION_SECRET

0 commit comments

Comments
 (0)