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

Commit 0843a75

Browse files
authored
Merge pull request #337 from vdemeester/go-1.6.3
Upgrade golang to 1.6.3
2 parents 042906f + b58ce28 commit 0843a75

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.6.2
2+
FROM golang:1.6.3
33

44

55
# virtualenv is necessary to run acceptance tests
@@ -39,7 +39,7 @@ WORKDIR /go/src/github.com/docker/libcompose
3939

4040
# Compose COMMIT for acceptance test version, update that commit when
4141
# you want to update the acceptance test version to support.
42-
ENV COMPOSE_COMMIT 1.8.0-rc1
42+
ENV COMPOSE_COMMIT 1.8.0-rc2
4343
RUN virtualenv venv && \
4444
git clone https://github.com/docker/compose.git venv/compose && \
4545
cd venv/compose && \

0 commit comments

Comments
 (0)