Skip to content

Commit d6dadfe

Browse files
authored
Merge pull request #241 from mboersma/update-go-compiler
chore(Dockerfile): update go-dev and go toolchain
2 parents e31962c + 85f2df2 commit d6dadfe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/deis/go-dev:0.17.0
1+
FROM quay.io/deis/go-dev:0.19.0
22
# This Dockerfile is used to bundle the source and all dependencies into an image for testing.
33

44
RUN echo "deb http://packages.cloud.google.com/apt cloud-sdk-jessie main" \
@@ -20,7 +20,7 @@ COPY glide.lock /go/src/github.com/deis/workflow-cli/
2020

2121
WORKDIR /go/src/github.com/deis/workflow-cli
2222

23-
RUN glide install --strip-vcs --strip-vendor
23+
RUN glide install --strip-vendor
2424

2525
COPY ./_scripts /usr/local/bin
2626

0 commit comments

Comments
 (0)