Skip to content

Commit 6c73bab

Browse files
chore(deps): update all non-major dependencies
1 parent ff1b8ec commit 6c73bab

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
@@ -114,7 +114,7 @@ services:
114114
restart_policy:
115115
condition: on-failure
116116
entrypoint: sh
117-
image: curlimages/curl:8.12.0
117+
image: curlimages/curl:8.12.1
118118
secrets:
119119
- postgres_db
120120
- postgres_password

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:6.4.1
54+
image: ghcr.io/maevsi/maevsi:6.5.0
5555
user: (( prune ))
5656
maevsi_beta:
5757
# You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).
@@ -79,7 +79,7 @@ services:
7979
POSTGRES_DB_FILE: /run/secrets/postgres_db
8080
POSTGRES_ROLE_MAEVSI_TUSD_PASSWORD_FILE: /run/secrets/postgres_role_maevsi-tusd_password
8181
POSTGRES_ROLE_MAEVSI_TUSD_USERNAME_FILE: /run/secrets/postgres_role_maevsi-tusd_username
82-
image: ghcr.io/maevsi/maevsi:6.4.1
82+
image: ghcr.io/maevsi/maevsi:6.5.0
8383
secrets:
8484
- maevsi_turnstile-key
8585
- postgres_db

0 commit comments

Comments
 (0)