update latest versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-09-14 10:00:27 -04:00
parent 3983ca935b
commit 0758d76aaf
9 changed files with 9 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ RUN git clone https://github.com/jessfraz/runc.git "$GOPATH/src/github.com/openc
&& make static BUILDTAGS="seccomp" EXTRA_FLAGS="-buildmode pie" EXTRA_LDFLAGS="-extldflags \\\"-fno-PIC -static\\\"" \
&& mv runc /usr/bin/runc
FROM alpine
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@linux.com>
RUN apk add --no-cache \
bash \