Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
chore(rootfs/Dockerfile): upgrade to glide v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Aug 16, 2016
1 parent fa5a2ef commit a9a29c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.6.2

ENV GLIDE_VERSION=v0.11.0 GLIDE_HOME=/root GO15VENDOREXPERIMENT=1
ENV GLIDE_VERSION=v0.11.1 GLIDE_HOME=/root GO15VENDOREXPERIMENT=1

RUN apt-get update && apt-get install -y \
jq \
Expand Down

0 comments on commit a9a29c2

Please sign in to comment.