Skip to content

Commit f4ad098

Browse files
authored
Merge pull request #45 from mboersma/update-glide
chore(rootfs/Dockerfile): upgrade to glide v0.11.1
2 parents 96a903d + d007998 commit f4ad098

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.3
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 addgroup --gid 999 godev
66
RUN adduser --system \

0 commit comments

Comments
 (0)