mirror of
https://github.com/traefik/traefik.git
synced 2025-12-08 11:01:53 +01:00
Update docker version for build
This commit is contained in:
parent
2c7cfd1c68
commit
48d98dcf45
@ -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…
x
Reference in New Issue
Block a user