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

Commit 2f4ee16

Browse files
authored
Merge pull request #434 from vdemeester/update-dockerfile
Update Dockerfile a bit
2 parents f12d146 + d877140 commit 2f4ee16

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# This file describes the standard way to build libcompose, using docker
2-
FROM golang:1.7.4
3-
2+
FROM golang:1.7.5
43

54
# virtualenv is necessary to run acceptance tests
65
RUN apt-get update && \
@@ -14,7 +13,7 @@ RUN go get github.com/aktau/github-release && \
1413
go get github.com/golang/lint/golint
1514

1615
# Which docker version to test on and what default one to use
17-
ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.11.2 1.12.1
16+
ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.11.2 1.12.6 1.13.0
1817
ENV DEFAULT_DOCKER_VERSION 1.10.3
1918

2019
# Download docker
@@ -39,7 +38,7 @@ WORKDIR /go/src/github.com/docker/libcompose
3938

4039
# Compose COMMIT for acceptance test version, update that commit when
4140
# you want to update the acceptance test version to support.
42-
ENV COMPOSE_COMMIT 1.8.0
41+
ENV COMPOSE_COMMIT 1.9.0
4342
RUN virtualenv venv && \
4443
git clone https://github.com/docker/compose.git venv/compose && \
4544
cd venv/compose && \

0 commit comments

Comments
 (0)