Skip to content

Commit

Permalink
Update docker compose to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored and roboquat committed Jul 25, 2022
1 parent c0b6935 commit 88effa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/docker-up/BUILD.yaml
Expand Up @@ -41,8 +41,8 @@ packages:
- ["mv", "components-docker-up--bin-runc-facade/docker-up", "runc-facade"]
- ["rm", "-r", "components-docker-up--bin-runc-facade"]
# Override docker-compose with custom version https://github.com/gitpod-io/compose/pull/1
- ["curl", "--fail", "-sSL", "https://github.com/gitpod-io/compose/releases/download/2.6.1-gitpod.0/docker-compose-linux-x86_64", "-o", "docker-compose-linux-x86_64"]
- ["curl", "--fail", "-sSL", "https://github.com/gitpod-io/compose/releases/download/2.6.1-gitpod.0/checksums.txt", "-o", "checksums.txt"]
- ["curl", "--fail", "-sSL", "https://github.com/gitpod-io/compose/releases/download/2.7.0-gitpod.0/docker-compose-linux-x86_64", "-o", "docker-compose-linux-x86_64"]
- ["curl", "--fail", "-sSL", "https://github.com/gitpod-io/compose/releases/download/2.7.0-gitpod.0/checksums.txt", "-o", "checksums.txt"]
- ["sha256sum", "-c", "checksums.txt"]
- ["mv", "docker-compose-linux-x86_64", "docker-compose"]
- ["chmod", "+x", "docker-compose"]
Expand Down

0 comments on commit 88effa2

Please sign in to comment.