1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-05-19 22:23:30 +02:00

Merge pull request #3015 from oauth2-proxy/renovate/docker-compose

chore(deps): update docker-compose
This commit is contained in:
Joel Speed 2025-04-03 15:39:45 +07:00 committed by GitHub
commit 7cee02cac3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@ services:
- httpbin.localtest.me
etcd:
container_name: etcd
image: gcr.io/etcd-development/etcd:v3.5.20
image: gcr.io/etcd-development/etcd:v3.5.21
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.21
image: traefik:v2.11.22
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.20
image: gcr.io/etcd-development/etcd:v3.5.21
entrypoint: /usr/local/bin/etcd
command:
- --listen-client-urls=http://0.0.0.0:2379