From ed5ace6f402d90abef7f0a19c536fad94a89ab0c Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Thu, 6 Feb 2025 12:12:36 +0100 Subject: [PATCH] fix(deps): update ghcr.io/maevsi/maevsi docker tag to v6.2.7 --- src/production/production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/production/production.yml b/src/production/production.yml index 17b1ae08..e0fbbbb5 100644 --- a/src/production/production.yml +++ b/src/production/production.yml @@ -51,7 +51,7 @@ services: - (( append )) - traefik.http.routers.maevsi.middlewares=maevsi_cors,maevsi_redirectregex - traefik.http.routers.maevsi_secure.tls.certresolver=default - image: ghcr.io/maevsi/maevsi:6.2.5 + image: ghcr.io/maevsi/maevsi:6.2.7 user: (( prune )) maevsi_beta: # You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/). @@ -78,7 +78,7 @@ services: POSTGRES_DB_FILE: /run/secrets/postgres_db POSTGRES_ROLE_MAEVSI_TUSD_PASSWORD_FILE: /run/secrets/postgres_role_maevsi-tusd_password POSTGRES_ROLE_MAEVSI_TUSD_USERNAME_FILE: /run/secrets/postgres_role_maevsi-tusd_username - image: ghcr.io/maevsi/maevsi:6.2.5 + image: ghcr.io/maevsi/maevsi:6.2.7 secrets: - maevsi_turnstile-key - postgres_db