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:
parent
fc951c9c0b
commit
8284912475
|
@ -1,9 +1,9 @@
|
||||||
ARG ALPINE_VERSION=3.8
|
ARG ALPINE_VERSION=3.9
|
||||||
FROM alpine:${ALPINE_VERSION}
|
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 MAKE_VERSION=4.2.1-r2
|
||||||
ARG YARN_VERSION=1.13
|
ARG YARN_VERSION=1.19.1
|
||||||
|
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add nodejs=${NODEJS_VERSION} nodejs-npm=${NODEJS_VERSION} make=${MAKE_VERSION} && \
|
apk add nodejs=${NODEJS_VERSION} nodejs-npm=${NODEJS_VERSION} make=${MAKE_VERSION} && \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
8
|
10
|
||||||
|
|
Loading…
Reference in New Issue