Skip to content

Commit

Permalink
chore(deps): update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 5df6053 commit 24ad8a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/local-environment/docker-compose-keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:

keycloak:
container_name: keycloak
image: keycloak/keycloak:25.0
image: keycloak/keycloak:26.0
hostname: keycloak
command:
- 'start-dev'
Expand Down
2 changes: 1 addition & 1 deletion contrib/local-environment/docker-compose-traefik.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
# Reverse proxy
gateway:
container_name: traefik
image: traefik:v2.11.18
image: traefik:v3.3.1
volumes:
- "./traefik:/etc/traefik"
ports:
Expand Down

0 comments on commit 24ad8a4

Please sign in to comment.