Skip to content

Commit 2afb160

Browse files
committed
fix(deps): hotfix versions
1 parent b1006e8 commit 2afb160

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/production/production.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ services:
8282
image: ghcr.io/maevsi/reccoom:0.1.0
8383
volumes: (( prune ))
8484
sqitch:
85-
image: ghcr.io/maevsi/sqitch:8.0.0
85+
image: ghcr.io/maevsi/sqitch:8.0.1
8686
volumes: (( prune ))
8787
traefik:
8888
command:
@@ -128,7 +128,7 @@ services:
128128
- (( append ))
129129
- traefik.http.routers.vibetype.middlewares=vibetype_cors,vibetype_redirectregex
130130
- traefik.http.routers.vibetype_secure.tls.certresolver=default
131-
image: ghcr.io/maevsi/vibetype:11.0.0
131+
image: ghcr.io/maevsi/vibetype:11.0.1
132132
user: (( prune ))
133133
# vibetype_beta:
134134
# # You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).
@@ -152,7 +152,7 @@ services:
152152
# NUXT_PUBLIC_VIBETYPE_EMAIL_LIMIT24H: ${VIBETYPE_NUXT_PUBLIC_VIBETYPE_EMAIL_LIMIT24H}
153153
# NUXT_PUBLIC_VIO_ENVIRONMENT: beta
154154
# PGHOST: ${VIBETYPE_PGHOST}
155-
# image: ghcr.io/maevsi/vibetype:11.0.0
155+
# image: ghcr.io/maevsi/vibetype:11.0.1
156156
# secrets:
157157
# - source: vibetype_api-notification-secret
158158
# target: /run/environment-variables/NUXT_PRIVATE_API_NOTIFICATION_SECRET

0 commit comments

Comments
 (0)