Skip to content

Commit

Permalink
Update runc dependency to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Apr 19, 2016
1 parent b4266e2 commit 1cd8126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.6-alpine

RUN apk add --no-cache ca-certificates openssl

ENV RUNC_VERSION v0.0.5
ENV RUNC_VERSION v0.1.0

RUN mkdir -p /go/src/github.com/opencontainers \
&& wget -O- "https://github.com/opencontainers/runc/archive/${RUNC_VERSION}.tar.gz" \
Expand Down

0 comments on commit 1cd8126

Please sign in to comment.