Skip to content

Commit 686108f

Browse files
author
Perki
committed
updating for docker compose v2.40.2
1 parent a110b08 commit 686108f

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ build/build_tag
1414
build/release.tar
1515
test_results/
1616
.vscode/
17+
*release.tar

build/config-follower/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ run rm -r /etc/service/sshd && rm /etc/my_init.d/00_regen_ssh_host_keys.sh
1414
run apt-get update
1515
run apt-get install -y sudo curl python-dev libffi-dev gcc libc-dev make
1616
# Docker-compose download and preparation
17-
run sudo curl -L "https://github.com/docker/compose/releases/download/1.26.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
17+
run sudo curl -L "https://github.com/docker/compose/releases/download/v2.40.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
1818
run sudo chmod +x /usr/local/bin/docker-compose
1919
run sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
2020
# To disable password prompt for sudo

build_tag

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.9.2

release_build

Whitespace-only changes.

0 commit comments

Comments
 (0)