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

chore(deps): update docker-compose

This commit is contained in:
renovate[bot] 2025-01-08 19:57:35 +00:00 committed by Jan Larwig
parent 1c3bc31665
commit 75a1099a8f
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -81,7 +81,7 @@ services:
- httpbin.localtest.me
etcd:
container_name: etcd
image: gcr.io/etcd-development/etcd:v3.5.16
image: gcr.io/etcd-development/etcd:v3.5.17
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.13
image: traefik:v2.11.18
volumes:
- "./traefik:/etc/traefik"
ports:

View File

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