We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f3e42 commit 21b1d3dCopy full SHA for 21b1d3d
components/docker-up/dependencies.sh
@@ -7,7 +7,7 @@ set -euo pipefail
7
8
DOCKER_VERSION=20.10.17
9
DOCKER_COMPOSE_VERSION=2.8.0-gitpod.0
10
-RUNC_VERSION=v1.1.3
+RUNC_VERSION=v1.1.4
11
12
curl -o docker.tgz -fsSL https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz
13
curl -o docker-compose -fsSL https://github.com/gitpod-io/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-linux-x86_64
0 commit comments