Parcourir la source

Pin base image to alpine:3.4 in Dockerfile.run

Signed-off-by: Aanand Prasad <[email protected]>
Aanand Prasad il y a 9 ans
Parent
commit
08127625a0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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