Skip to content

Commit 7a80393

Browse files
pmacalexgibson
authored andcommitted
Use the node:10-alpine issue (mozilla#263)
The `node:latest` image that was being used is too variable and broke things when it moved to Node 11. Fix mozilla#262
1 parent 1ff3621 commit 7a80393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ cd "$(dirname ${BASH_SOURCE[0]})"/..
33

44
docker run --rm --label=node \
55
-v $(pwd):/app -w /app\
6-
node \
6+
node:10-alpine \
77
npm run-script build

0 commit comments

Comments
 (0)