Fix Elm version for ARM Docker images (#905)

Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
This commit is contained in:
Dušan Borovčanin 2019-10-23 18:08:38 +02:00 committed by Drasko DRASKOVIC
parent cdf9347b01
commit 2e664ffe10
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
FROM node:10.15.1-alpine as builder
WORKDIR /app
RUN npm install --unsafe-perm=true --allow-root -g elm
RUN npm install --unsafe-perm=true --allow-root -g elm@latest-0.19.0
COPY . /app
RUN elm make --optimize src/Main.elm --output=main.js