From 48d98dcf45896cabb5d135f5ee2a626c08d66295 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 12 Jul 2019 21:14:03 +0200 Subject: [PATCH] Update docker version for build --- .semaphoreci/setup.sh | 2 +- build.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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