Răsfoiți Sursa

Merge pull request #3697 from aanand/pin-alpine-base-image

Pin base image to alpine:3.4 in Dockerfile.run
Aanand Prasad 9 ani în urmă
părinte
comite
89c9aed339
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Dockerfile.run

+ 1 - 1
Dockerfile.run

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