Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit fbd6501

Browse files
authored
Merge pull request #385 from vdemeester/bump-go-1-7-1
Bump go version to 1.7.1
2 parents 3c40e10 + 5fe2020 commit fbd6501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file describes the standard way to build libcompose, using docker
2-
FROM golang:1.7.0
2+
FROM golang:1.7.1
33

44

55
# virtualenv is necessary to run acceptance tests
@@ -14,7 +14,7 @@ RUN go get github.com/aktau/github-release && \
1414
go get github.com/golang/lint/golint
1515

1616
# Which docker version to test on and what default one to use
17-
ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.11.0
17+
ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.11.2 1.12.1
1818
ENV DEFAULT_DOCKER_VERSION 1.10.3
1919

2020
# Download docker

0 commit comments

Comments
 (0)