Skip to content

Commit 809d2f2

Browse files
authored
Merge pull request #34 from cknitt/feature/dependency-upgrades
Dependency upgrades.
2 parents f59a8a8 + 19447ae commit 809d2f2

File tree

5 files changed

+120
-110
lines changed

5 files changed

+120
-110
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ os:
55
- linux
66
- osx
77
install:
8-
- npm install --global esy@0.4.9
8+
- npm install --global esy@0.5.6
99
- esy install
1010
script:
1111
- esy build

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ RUN apt-get update \
44
&& DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs npm git rsync m4 curl \
55
&& rm -rf /var/lib/apt/lists/*
66

7-
RUN npm i -g esy@0.4.9
7+
RUN npm i -g esy@0.5.6

0 commit comments

Comments
 (0)