Skip to content

Commit

Permalink
[docker-up] Update docker compose to v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored and roboquat committed Jul 31, 2022
1 parent 56591ba commit 6ccb9ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/docker-up/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,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.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"]
- ["curl", "--fail", "-sSL", "https://github.com/gitpod-io/compose/releases/download/2.8.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.8.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 6ccb9ee

Please sign in to comment.