diff --git a/test/integration/Dockerfile b/test/integration/Dockerfile index 78fe544824..f75c3c3e75 100644 --- a/test/integration/Dockerfile +++ b/test/integration/Dockerfile @@ -1,7 +1,7 @@ # Dockerfile for swarm integration test environment. # Use with run_in_docker.sh -FROM dockerswarm/dind:1.6.0 +FROM dockerswarm/dind:1.9.0 # Install dependencies. RUN apt-get update && apt-get install -y --no-install-recommends git file \