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

chore(deps): update docker-compose
This commit is contained in:
Joel Speed 2026-06-14 17:08:33 +01:00 committed by GitHub
commit 127f087464
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View File

@ -54,7 +54,7 @@ services:
httpbin: {} httpbin: {}
etcd: etcd:
container_name: etcd container_name: etcd
image: gcr.io/etcd-development/etcd:v3.6.8 image: gcr.io/etcd-development/etcd:v3.6.12
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

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

View File

@ -42,7 +42,7 @@ services:
depends_on: depends_on:
- oauth2-proxy - oauth2-proxy
container_name: nginx container_name: nginx
image: nginx:1.29 image: nginx:1.31
restart: unless-stopped restart: unless-stopped
ports: ports:
- 8080:8080/tcp - 8080:8080/tcp
@ -79,7 +79,7 @@ services:
httpbin: {} httpbin: {}
etcd: etcd:
container_name: etcd container_name: etcd
image: gcr.io/etcd-development/etcd:v3.6.8 image: gcr.io/etcd-development/etcd:v3.6.12
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.40 image: traefik:v2.11.50
volumes: volumes:
- "./traefik:/etc/traefik" - "./traefik:/etc/traefik"
ports: ports:

View File

@ -52,7 +52,7 @@ services:
httpbin: {} httpbin: {}
etcd: etcd:
container_name: etcd container_name: etcd
image: gcr.io/etcd-development/etcd:v3.6.8 image: gcr.io/etcd-development/etcd:v3.6.12
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