Ver Fonte

Pin base image to alpine:3.4 in Dockerfile.run

Signed-off-by: Aanand Prasad <[email protected]>
Aanand Prasad há 9 anos atrás
pai
commit
08127625a0
1 ficheiros alterados com 1 adições e 1 exclusões
  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