use alpine version of node image

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-12-13 22:45:27 +01:00
parent 3ff4f758b5
commit 839816e72a
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:10.14-slim
FROM node:10.14-alpine
WORKDIR /app