mirror of https://github.com/status-im/consul.git
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
1678014132
commit
e61dfe2307
|
@ -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} && \
|
||||
|
|
|
@ -1 +1 @@
|
|||
8
|
||||
10
|
||||
|
|
Loading…
Reference in New Issue