Skip to content

Commit

Permalink
Merge pull request #455 from buildkite/bump-docker-to-18.03.1-ce
Browse files Browse the repository at this point in the history
Bump docker to 18.03.1-ce and docker-compose to 1.22.0
  • Loading branch information
lox authored Jul 18, 2018
2 parents f0a931f + 1afeefb commit 1e424c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packer/scripts/install-docker.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
set -eu -o pipefail

DOCKER_VERSION=18.03.0-ce
DOCKER_VERSION=18.03.1-ce
DOCKER_RELEASE="stable"
DOCKER_COMPOSE_VERSION=1.21.1
DOCKER_COMPOSE_VERSION=1.22.0

# This performs a manual install of Docker.

Expand Down

0 comments on commit 1e424c6

Please sign in to comment.