Skip to content

Commit a86d09a

Browse files
authored
Merge pull request #28 from cknitt/feature/esy-dockerfile
esy 0.3.4 in Dockerfile.
2 parents 547edfe + 1e4020f commit a86d09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.2.11
7+
RUN npm i -g esy@0.3.4

0 commit comments

Comments
 (0)