Skip to content

Commit e289537

Browse files
renovate[bot]dargmuesli
authored andcommitted
fix(deps): update all non-major dependencies
1 parent df2cbc3 commit e289537

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/development/stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ services:
127127
- traefik.http.routers.adminer_secure.rule=Host(`adminer.${STACK_DOMAIN}`)
128128
- traefik.http.routers.adminer_secure.tls.options=mintls13@file #DARGSTACK-REMOVE
129129
- traefik.http.services.adminer.loadbalancer.server.port=8080
130-
image: adminer:5.3.0-standalone
130+
image: adminer:5.4.0-standalone
131131
volumes:
132132
- ../production/configurations/adminer/adminer.css:/var/www/html/adminer.css:ro
133133
debezium:

src/production/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ services:
118118
- (( append ))
119119
- traefik.http.routers.vibetype.middlewares=vibetype_cors,vibetype_redirectregex
120120
- traefik.http.routers.vibetype_secure.tls.certresolver=default
121-
image: ghcr.io/maevsi/vibetype:12.28.0
121+
image: ghcr.io/maevsi/vibetype:12.29.1
122122
user: (( prune ))
123123
# vibetype_beta:
124124
# # You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).

0 commit comments

Comments
 (0)