We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e31962c + 85f2df2 commit d6dadfeCopy full SHA for d6dadfe
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/deis/go-dev:0.17.0
+FROM quay.io/deis/go-dev:0.19.0
2
# This Dockerfile is used to bundle the source and all dependencies into an image for testing.
3
4
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/
20
21
WORKDIR /go/src/github.com/deis/workflow-cli
22
23
-RUN glide install --strip-vcs --strip-vendor
+RUN glide install --strip-vendor
24
25
COPY ./_scripts /usr/local/bin
26
0 commit comments