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 f59a8a8 commit 19447aeCopy full SHA for 19447ae
.travis.yml
@@ -5,7 +5,7 @@ os:
5
- linux
6
- osx
7
install:
8
- - npm install --global esy@0.4.9
+ - npm install --global esy@0.5.6
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 \
&& rm -rf /var/lib/apt/lists/*
-RUN npm i -g esy@0.4.9
+RUN npm i -g esy@0.5.6
0 commit comments