Skip to content

Commit

Permalink
deploy: upgrade to docker-compose:v1.23.2 (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi authored Jan 14, 2019
1 parent c900e92 commit 1fe580a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion daemon/inertiad/build/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/daemon.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion test/docker_deps.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

echo "Installing build images"
docker pull docker/compose:1.22.0
docker pull docker/compose:1.23.2

0 comments on commit 1fe580a

Please sign in to comment.