Explorar o código

Update METEOR_EDGE version now that EXDEV fix has been merged. Also NPM update.

Lauri Ojansivu %!s(int64=8) %!d(string=hai) anos
pai
achega
4178ead186
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -14,8 +14,8 @@ ENV BUILD_DEPS="wget curl bzip2 build-essential python git ca-certificates"
 ENV GOSU_VERSION=1.10
 ENV NODE_VERSION ${NODE_VERSION:-v4.8.1}
 ENV METEOR_RELEASE ${METEOR_RELEASE:-1.4.5}
-ENV METEOR_EDGE ${METEOR_EDGE:-1.4.4-rc.6}
-ENV NPM_VERSION ${NPM_VERSION:-3.10.10}
+ENV METEOR_EDGE ${METEOR_EDGE:-1.4.4.1}
+ENV NPM_VERSION ${NPM_VERSION:-4.5.0}
 ENV ARCHITECTURE ${ARCHITECTURE:-linux-x64}
 ENV SRC_PATH ${SRC_PATH:-./}