Update Docker Compose to version 2.34.0
This commit is contained in:
parent
ce9b28917b
commit
18767ba894
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ apt-get update
|
|||
apt-get install -y docker-ce docker-ce-cli containerd.io
|
||||
|
||||
# Install Docker Compose
|
||||
curl -L "https://github.com/docker/compose/releases/download/v2.20.3/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
|
||||
curl -L "https://github.com/docker/compose/releases/download/v2.34.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
|
||||
chmod +x /usr/local/bin/docker-compose
|
||||
|
||||
# Add debian user to docker group
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue