Skip to content

Commit

Permalink
chore: upgrade docker compose etcd version (#13857)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuefengze authored Dec 7, 2023
1 parent 9a3cfb5 commit 7ebda1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose-with-hdfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ services:
reservations:
memory: 26G
etcd-0:
image: "quay.io/coreos/etcd:v3.5.7"
image: "quay.io/coreos/etcd:v3.5.10"
command:
- /usr/local/bin/etcd
- "--listen-client-urls"
Expand Down Expand Up @@ -319,4 +319,4 @@ volumes:
prometheus-0:
external: false
message_queue:
external: false
external: false
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ services:
memory: 28G

etcd-0:
image: "quay.io/coreos/etcd:v3.5.7"
image: "quay.io/coreos/etcd:v3.5.10"
command:
- /usr/local/bin/etcd
- "--listen-client-urls"
Expand Down

0 comments on commit 7ebda1c

Please sign in to comment.