diff --git a/.semaphoreci/setup.sh b/.semaphoreci/setup.sh index 49ff70463..574ef37a2 100755 --- a/.semaphoreci/setup.sh +++ b/.semaphoreci/setup.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -export DOCKER_VERSION=17.03.1 +export DOCKER_VERSION=18.09.7 # shellcheck source=/dev/null source .semaphoreci/vars diff --git a/build.Dockerfile b/build.Dockerfile index 0901ae3bf..082b2595b 100644 --- a/build.Dockerfile +++ b/build.Dockerfile @@ -13,7 +13,7 @@ RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.s RUN curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh # Which docker version to test on -ARG DOCKER_VERSION=17.03.2 +ARG DOCKER_VERSION=18.09.7 ARG DEP_VERSION=0.5.4 # Download go-bindata binary to bin folder in $GOPATH