Update docker version for build
This commit is contained in:
parent
2c7cfd1c68
commit
48d98dcf45
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
export DOCKER_VERSION=17.03.1
|
export DOCKER_VERSION=18.09.7
|
||||||
|
|
||||||
# shellcheck source=/dev/null
|
# shellcheck source=/dev/null
|
||||||
source .semaphoreci/vars
|
source .semaphoreci/vars
|
||||||
|
|
|
@ -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
|
RUN curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh
|
||||||
|
|
||||||
# Which docker version to test on
|
# Which docker version to test on
|
||||||
ARG DOCKER_VERSION=17.03.2
|
ARG DOCKER_VERSION=18.09.7
|
||||||
ARG DEP_VERSION=0.5.4
|
ARG DEP_VERSION=0.5.4
|
||||||
|
|
||||||
# Download go-bindata binary to bin folder in $GOPATH
|
# Download go-bindata binary to bin folder in $GOPATH
|
||||||
|
|
Loading…
Reference in a new issue