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

Commit 5fe2020

Browse files
committed
Update docker versions tested too
- Use 1.11.2 (as it has bugfixes & such) - Use 1.12.1 (as it's relatively new) Signed-off-by: Vincent Demeester <[email protected]>
1 parent 386fe9c commit 5fe2020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)