Skip to content
This repository was archived by the owner on Jun 24, 2019. It is now read-only.

Commit 4bf7de4

Browse files
luanjubicacrysfel
authored andcommitted
fix: use specific version of azurite (#52)
1 parent f610045 commit 4bf7de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:lts
22
RUN apt-get update
33
RUN apt-get install dos2unix
4-
RUN yarn global add azurite
4+
RUN yarn global add azurite@2.6.5
55
RUN dos2unix /usr/local/share/.config/yarn/global/node_modules/azurite/bin/azurite
66
ENTRYPOINT azurite

0 commit comments

Comments
 (0)