Skip to content

Commit

Permalink
chore(deps): update docker-compose (oauth2-proxy#2714)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and tuunit authored Jul 25, 2024
1 parent 5aea780 commit 100ffdc
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.1-0
image: keycloak/keycloak:25.0
hostname: keycloak
command:
- 'start-dev'
Expand Down
2 changes: 1 addition & 1 deletion contrib/local-environment/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 100ffdc

Please sign in to comment.