Skip to content

Commit 35e53c5

Browse files
Update quay.io/coreos/etcd Docker tag to v3.5.19
| datasource | package | from | to | | ---------- | ------------------- | ------- | ------- | | docker | quay.io/coreos/etcd | v3.5.16 | v3.5.19 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e76e105 commit 35e53c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etcd-demo/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- "8080:8080"
1111
etcd:
1212
command: "-name etcd0 -advertise-client-urls http://${HOST_IP}:2379,http://${HOST_IP}:4001 -listen-client-urls http://0.0.0.0:2379,http://0.0.0.0:4001 -initial-advertise-peer-urls http://${HOST_IP}:2380 -listen-peer-urls http://0.0.0.0:2380 -initial-cluster-token etcd-cluster-1 -initial-cluster etcd0=http://${HOST_IP}:2380"
13-
image: quay.io/coreos/etcd:v3.5.16
13+
image: quay.io/coreos/etcd:v3.5.19
1414
container_name: etcd
1515
ports:
1616
- "4001:4001"

0 commit comments

Comments
 (0)