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

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

This commit is contained in:
Koen van Zuijlen 2024-07-14 22:06:03 +02:00 committed by GitHub
commit 45ec12bcae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

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