mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-04-04 22:34:22 +02:00
chore(deps): update docker-compose (#3005)
This commit is contained in:
parent
b2c69e25eb
commit
99c4c654d9
@ -42,7 +42,7 @@ services:
|
||||
- httpbin.localtest.me
|
||||
|
||||
gitea:
|
||||
image: gitea/gitea:1.23.5
|
||||
image: gitea/gitea:1.23.6
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
|
@ -81,7 +81,7 @@ services:
|
||||
- httpbin.localtest.me
|
||||
etcd:
|
||||
container_name: etcd
|
||||
image: gcr.io/etcd-development/etcd:v3.5.19
|
||||
image: gcr.io/etcd-development/etcd:v3.5.20
|
||||
entrypoint: /usr/local/bin/etcd
|
||||
command:
|
||||
- --listen-client-urls=http://0.0.0.0:2379
|
||||
|
@ -55,7 +55,7 @@ services:
|
||||
- httpbin.localtest.me
|
||||
etcd:
|
||||
container_name: etcd
|
||||
image: gcr.io/etcd-development/etcd:v3.5.19
|
||||
image: gcr.io/etcd-development/etcd:v3.5.20
|
||||
entrypoint: /usr/local/bin/etcd
|
||||
command:
|
||||
- --listen-client-urls=http://0.0.0.0:2379
|
||||
|
Loading…
x
Reference in New Issue
Block a user