1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-08-08 22:46:33 +02:00

chore(deps): update docker-compose

This commit is contained in:
renovate[bot]
2025-03-12 07:56:26 +00:00
committed by Jan Larwig
parent a01abbd9b2
commit 9ac8f4b5de
4 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

@@ -34,7 +34,7 @@ services:
# Reverse proxy # Reverse proxy
gateway: gateway:
container_name: traefik container_name: traefik
image: traefik:v2.11.18 image: traefik:v2.11.21
volumes: volumes:
- "./traefik:/etc/traefik" - "./traefik:/etc/traefik"
ports: ports:

View File

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