浏览代码

Pin base image to alpine:3.4 in Dockerfile.run

Signed-off-by: Aanand Prasad <[email protected]>
Aanand Prasad 9 年之前
父节点
当前提交
08127625a0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile.run

+ 1 - 1
Dockerfile.run

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