ui: Upgrade tooling to node 10 now we are on a more recent ember (#6610)

* ui: Upgrade tooling to node 10 now we are on a more recent ember

* build: Also update the conatiner for building the UI

We bump alpine here as 3.8 doesn't have node 10 by default whereas 3.9
does. Yarn is bumped to latest current version while we are here.
This commit is contained in:
John Cowen 2019-10-17 16:16:54 +01:00 committed by John Cowen
parent fc951c9c0b
commit 8284912475
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
ARG ALPINE_VERSION=3.8
ARG ALPINE_VERSION=3.9
FROM alpine:${ALPINE_VERSION}
ARG NODEJS_VERSION=8.14.0-r0
ARG NODEJS_VERSION=10.14.2-r0
ARG MAKE_VERSION=4.2.1-r2
ARG YARN_VERSION=1.13
ARG YARN_VERSION=1.19.1
RUN apk update && \
apk add nodejs=${NODEJS_VERSION} nodejs-npm=${NODEJS_VERSION} make=${MAKE_VERSION} && \

View File

@ -1 +1 @@
8
10