Skip to content

Commit

Permalink
test: update etcd build image version (#4429)
Browse files Browse the repository at this point in the history
Signed-off-by: ZhangJian He <shoothzj@gmail.com>
  • Loading branch information
shoothzj committed Jun 12, 2024
1 parent 43b5ccc commit 02788e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .test-infra/scripts/pre-docker-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ docker system prune -f
# clean up any dangling networks from previous runs
docker network prune -f --filter "until=12h"
docker system events > docker.debug-info & echo $! > docker-log.pid
docker pull quay.io/coreos/etcd:v3.3
docker pull quay.io/coreos/etcd:v3.5.14
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void onNext(Frame frame) {
private final String clusterName;

public EtcdContainer(String clusterName) {
super("quay.io/coreos/etcd:v3.3");
super("quay.io/coreos/etcd:v3.5.14");
this.clusterName = clusterName;
}

Expand Down

0 comments on commit 02788e6

Please sign in to comment.