Pin base image to alpine:3.4 in Dockerfile.run

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2016-07-06 18:01:27 -07:00
parent 408e4719e1
commit 801167d271
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM alpine:edge
FROM alpine:3.4
RUN apk -U add \
python \
py-pip