File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
contrib/local-environment Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ services:
81
81
- httpbin.localtest.me
82
82
etcd :
83
83
container_name : etcd
84
- image : gcr.io/etcd-development/etcd:v3.5.20
84
+ image : gcr.io/etcd-development/etcd:v3.5.21
85
85
entrypoint : /usr/local/bin/etcd
86
86
command :
87
87
- --listen-client-urls=http://0.0.0.0:2379
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ services:
34
34
# Reverse proxy
35
35
gateway :
36
36
container_name : traefik
37
- image : traefik:v2.11.21
37
+ image : traefik:v2.11.22
38
38
volumes :
39
39
- " ./traefik:/etc/traefik"
40
40
ports :
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ services:
55
55
- httpbin.localtest.me
56
56
etcd :
57
57
container_name : etcd
58
- image : gcr.io/etcd-development/etcd:v3.5.20
58
+ image : gcr.io/etcd-development/etcd:v3.5.21
59
59
entrypoint : /usr/local/bin/etcd
60
60
command :
61
61
- --listen-client-urls=http://0.0.0.0:2379
You can’t perform that action at this time.
0 commit comments