diff --git a/.travis.yml b/.travis.yml index b37cc3f..baf49e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ os: - linux - osx install: - - npm install --global esy@0.5.8 + - npm install --global esy@0.6.2 - esy install script: - esy build diff --git a/docker/Dockerfile b/docker/Dockerfile index 33915db..9cc6970 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -4,4 +4,4 @@ RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs npm git rsync m4 curl zip \ && rm -rf /var/lib/apt/lists/* -RUN npm i -g esy@0.5.8 +RUN npm i -g esy@0.6.2