Skip to content

Commit a9a29c2

Browse files
committed
chore(rootfs/Dockerfile): upgrade to glide v0.11.1
See https://github.com/Masterminds/glide/releases/tag/v0.11.1
1 parent fa5a2ef commit a9a29c2

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,6 +1,6 @@
11
FROM golang:1.6.2
22

3-
ENV GLIDE_VERSION=v0.11.0 GLIDE_HOME=/root GO15VENDOREXPERIMENT=1
3+
ENV GLIDE_VERSION=v0.11.1 GLIDE_HOME=/root GO15VENDOREXPERIMENT=1
44

55
RUN apt-get update && apt-get install -y \
66
jq \

0 commit comments

Comments
 (0)