We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b6641 commit 0979faaCopy full SHA for 0979faa
.travis.yml
@@ -5,7 +5,7 @@ os:
5
- linux
6
- osx
7
install:
8
- - npm install --global esy@0.5.8
+ - npm install --global esy@0.6.2
9
- esy install
10
script:
11
- esy build
docker/Dockerfile
@@ -4,4 +4,4 @@ RUN apt-get update \
4
&& 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
0 commit comments