Skip to content

Commit

Permalink
fix(deps): update ghcr.io/maevsi/maevsi docker tag to v4.17.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and dargmuesli committed Oct 15, 2024
1 parent e40717c commit 0898404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/production/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:4.17.9
image: ghcr.io/maevsi/maevsi:4.17.10
user: (( prune ))
maevsi_beta:
# You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).
Expand All @@ -76,7 +76,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:4.17.9
image: ghcr.io/maevsi/maevsi:4.17.10
secrets:
- maevsi_turnstile-key
- postgres_db
Expand Down

0 comments on commit 0898404

Please sign in to comment.