Skip to content

Commit

Permalink
Merge pull request #279 from buildkite/docker-17.05-ce
Browse files Browse the repository at this point in the history
Bump docker to 17.05.0 and compose to 1.13.0
  • Loading branch information
lox authored May 11, 2017
2 parents 34c6c3d + ab9645e commit f390f27
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,8 +1,8 @@
#!/bin/bash
set -eu -o pipefail

DOCKER_VERSION=17.04.0-ce
DOCKER_COMPOSE_VERSION=1.12.0
DOCKER_VERSION=17.05.0-ce
DOCKER_COMPOSE_VERSION=1.13.0

# This performs a manual install of Docker. The init.d script is from the
# 1.11 yum package
Expand Down

0 comments on commit f390f27

Please sign in to comment.