1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-05-27 23:08:10 +02:00

chore(deps): update docker-compose (#2714)

* chore(deps): update docker-compose

* reduce specificity of keycloak tag

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jan Larwig <jan@larwig.com>
This commit is contained in:
renovate[bot] 2024-07-25 23:23:17 +02:00 committed by GitHub
parent 5aea780e46
commit 100ffdcb3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ services:
keycloak:
container_name: keycloak
image: keycloak/keycloak:25.0.1-0
image: keycloak/keycloak:25.0
hostname: keycloak
command:
- 'start-dev'

View File

@ -55,7 +55,7 @@ services:
- httpbin.localtest.me
etcd:
container_name: etcd
image: gcr.io/etcd-development/etcd:v3.5.14
image: gcr.io/etcd-development/etcd:v3.5.15
entrypoint: /usr/local/bin/etcd
command:
- --listen-client-urls=http://0.0.0.0:2379