Skip to content

Commit db60e1d

Browse files
chore(deps): update all non-major dependencies
1 parent d4724d6 commit db60e1d

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
@@ -466,7 +466,7 @@ services:
466466
- traefik.http.services.tusd.loadbalancer.server.port=8080
467467
environment:
468468
AWS_REGION: ${TUSD_REGION}
469-
image: tusproject/tusd:v2.7.0
469+
image: tusproject/tusd:v2.7.1
470470
secrets:
471471
- source: tusd_aws
472472
target: /home/tusd/.aws/credentials

src/production/production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
- (( append ))
5252
- traefik.http.routers.maevsi.middlewares=maevsi_cors,maevsi_redirectregex
5353
- traefik.http.routers.maevsi_secure.tls.certresolver=default
54-
image: ghcr.io/maevsi/maevsi:8.1.0
54+
image: ghcr.io/maevsi/maevsi:8.1.2
5555
user: (( prune ))
5656
maevsi_beta:
5757
# You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).
@@ -75,7 +75,7 @@ services:
7575
NUXT_PUBLIC_TURNSTILE_SITE_KEY: ${MAEVSI_NUXT_PUBLIC_TURNSTILE_SITE_KEY}
7676
NUXT_PUBLIC_VIO_ENVIRONMENT: beta
7777
PGHOST: ${MAEVSI_PGHOST}
78-
image: ghcr.io/maevsi/maevsi:8.1.0
78+
image: ghcr.io/maevsi/maevsi:8.1.2
7979
secrets:
8080
- source: maevsi_api-notification-secret
8181
target: /run/environment-variables/NUXT_PRIVATE_API_NOTIFICATION_SECRET

0 commit comments

Comments
 (0)