1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-11-27 22:38:39 +02:00

chore(deps): update docker-compose

This commit is contained in:
renovate[bot]
2025-11-23 10:48:55 +00:00
committed by GitHub
parent 7cf69b27fa
commit 9f9e997e95
4 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ services:
httpbin: {}
gitea:
image: gitea/gitea:1.25.1
image: gitea/gitea:1.25.2
container_name: gitea
environment:
- USER_UID=1000

View File

@@ -78,7 +78,7 @@ services:
httpbin: {}
etcd:
container_name: etcd
image: gcr.io/etcd-development/etcd:v3.6.5
image: gcr.io/etcd-development/etcd:v3.6.6
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.30
image: traefik:v2.11.31
volumes:
- "./traefik:/etc/traefik"
ports:

View File

@@ -52,7 +52,7 @@ services:
httpbin: {}
etcd:
container_name: etcd
image: gcr.io/etcd-development/etcd:v3.6.5
image: gcr.io/etcd-development/etcd:v3.6.6
entrypoint: /usr/local/bin/etcd
command:
- --listen-client-urls=http://0.0.0.0:2379