1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-21 17:57:04 +02:00

chore(deps): update docker-compose

This commit is contained in:
renovate[bot] 2024-11-10 21:44:15 +00:00 committed by Jan Larwig
parent bc1224291c
commit 5042203625
4 changed files with 6 additions and 6 deletions

View File

@ -42,7 +42,7 @@ services:
- httpbin.localtest.me
gitea:
image: gitea/gitea:1.22.1
image: gitea/gitea:1.22.3
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.39.0
image: ghcr.io/dexidp/dex:v2.41.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.13
image: gcr.io/etcd-development/etcd:v3.5.16
entrypoint: /usr/local/bin/etcd
command:
- --listen-client-urls=http://0.0.0.0:2379

View File

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

View File

@ -29,7 +29,7 @@ services:
- httpbin
dex:
container_name: dex
image: ghcr.io/dexidp/dex:v2.40.0
image: ghcr.io/dexidp/dex:v2.41.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.15
image: gcr.io/etcd-development/etcd:v3.5.16
entrypoint: /usr/local/bin/etcd
command:
- --listen-client-urls=http://0.0.0.0:2379