Skip to content

Commit

Permalink
[docker-up] Update docker-compose and slirp4netns
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored and roboquat committed Sep 6, 2021
1 parent b86bf2a commit b568192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/docker-up/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
set -euo pipefail

DOCKER_VERSION=19.03.15
DOCKER_COMPOSE_VERSION=1.28.5
SLIRP4NETNS_VERSION=v1.1.9
DOCKER_COMPOSE_VERSION=1.29.2
SLIRP4NETNS_VERSION=v1.1.12

curl -o docker.tgz -fsSL https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz
curl -o docker-compose -fsSL https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-Linux-x86_64
Expand Down

0 comments on commit b568192

Please sign in to comment.