diff --git a/Dockerfile b/Dockerfile index 932f9d36..4675d80e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ ENV INERTIA_PROJECT_DIR=/app/host/inertia/project/ \ INERTIA_GH_KEY_PATH=/app/host/.ssh/id_rsa_inertia_deploy # Build tool versions -ENV INERTIA_DOCKERCOMPOSE=docker/compose:1.22.0 +ENV INERTIA_DOCKERCOMPOSE=docker/compose:1.23.2 # Serve the daemon by default. ENTRYPOINT ["inertiad", "run"] diff --git a/daemon/inertiad/build/builder_test.go b/daemon/inertiad/build/builder_test.go index d567d1ed..f828748f 100644 --- a/daemon/inertiad/build/builder_test.go +++ b/daemon/inertiad/build/builder_test.go @@ -25,7 +25,7 @@ func TestNewBuilder(t *testing.T) { } const ( - DockerComposeVersion = "docker/compose:1.22.0" + DockerComposeVersion = "docker/compose:1.23.2" ) // killTestContainers is a helper for tests - it implements project.ContainerStopper diff --git a/test/daemon.env b/test/daemon.env index 4b522172..72526421 100644 --- a/test/daemon.env +++ b/test/daemon.env @@ -5,4 +5,4 @@ INERTIA_SECRETS_DIR=/app/host/.inertia/ INERTIA_GH_KEY_PATH=/app/host/.ssh/id_rsa_inertia_deploy # build tool versions -INERTIA_DOCKERCOMPOSE=docker/compose:1.22.0 +INERTIA_DOCKERCOMPOSE=docker/compose:1.23.2 diff --git a/test/docker_deps.sh b/test/docker_deps.sh index 447168b3..5dd83f43 100644 --- a/test/docker_deps.sh +++ b/test/docker_deps.sh @@ -1,4 +1,4 @@ #!/bin/sh echo "Installing build images" -docker pull docker/compose:1.22.0 +docker pull docker/compose:1.23.2