Skip to content

Commit 86953e7

Browse files
committed
chore(Dockerfile): update glide to 0.12.2
See https://github.com/Masterminds/glide/releases/tag/v0.12.2
1 parent 7ef9b27 commit 86953e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM quay.io/deis/base:0.3.1
22

33
ENV GO_VERSION=1.7.1 \
4-
GLIDE_VERSION=v0.12.1 \
4+
GLIDE_VERSION=v0.12.2 \
55
GLIDE_HOME=/root \
66
PATH=$PATH:/usr/local/go/bin:/go/bin \
77
GOPATH=/go

0 commit comments

Comments
 (0)