Skip to content

Commit 42fcfaa

Browse files
chore(deps): update all non-major dependencies
1 parent d969134 commit 42fcfaa

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
@@ -389,7 +389,7 @@ services:
389389
- traefik.http.services.redpanda.loadbalancer.server.port=8080
390390
environment:
391391
CONFIG_FILEPATH: /srv/app/redpanda-config.yaml
392-
image: redpandadata/console:v2.8.2
392+
image: redpandadata/console:v2.8.3
393393
volumes:
394394
- ../production/configurations/redpanda/config.yaml:/srv/app/redpanda-config.yaml:ro
395395
sqitch:

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.0.2
54+
image: ghcr.io/maevsi/maevsi:8.1.0
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.0.2
78+
image: ghcr.io/maevsi/maevsi:8.1.0
7979
secrets:
8080
- source: maevsi_api-notification-secret
8181
target: /run/environment-variables/NUXT_PRIVATE_API_NOTIFICATION_SECRET

0 commit comments

Comments
 (0)