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 (#3074)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-23 16:49:24 +02:00 committed by GitHub
parent 14d5355655
commit f82e90426a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -42,7 +42,7 @@ services:
- httpbin.localtest.me
gitea:
image: gitea/gitea:1.23.7
image: gitea/gitea:1.23.8
container_name: gitea
environment:
- USER_UID=1000

View File

@ -55,7 +55,7 @@ services:
httpbin: {}
dex:
container_name: dex
image: ghcr.io/dexidp/dex:v2.42.1
image: ghcr.io/dexidp/dex:v2.43.1
command: dex serve /dex.yaml
hostname: dex
volumes:
@ -81,7 +81,7 @@ services:
- httpbin.localtest.me
etcd:
container_name: etcd
image: gcr.io/etcd-development/etcd:v3.5.21
image: gcr.io/etcd-development/etcd:v3.6.0
entrypoint: /usr/local/bin/etcd
command:
- --listen-client-urls=http://0.0.0.0:2379

View File

@ -29,7 +29,7 @@ services:
- httpbin
dex:
container_name: dex
image: ghcr.io/dexidp/dex:v2.42.1
image: ghcr.io/dexidp/dex:v2.43.1
command: dex serve /dex.yaml
hostname: dex
volumes:
@ -55,7 +55,7 @@ services:
- httpbin.localtest.me
etcd:
container_name: etcd
image: gcr.io/etcd-development/etcd:v3.5.21
image: gcr.io/etcd-development/etcd:v3.6.0
entrypoint: /usr/local/bin/etcd
command:
- --listen-client-urls=http://0.0.0.0:2379