ui: Upgrade to node 12 LTS (#7248)

Upgrading our build tooling to use the latest node LTS and the lastest/current
Alpine version in our container
pull/7857/head
John Cowen 5 years ago committed by John Cowen
parent 48a52e07da
commit 662c28307c

@ -1,7 +1,7 @@
ARG ALPINE_VERSION=3.9
ARG ALPINE_VERSION=3.11
FROM alpine:${ALPINE_VERSION}
ARG NODEJS_VERSION=10.14.2-r0
ARG NODEJS_VERSION=12.15.0-r1
ARG MAKE_VERSION=4.2.1-r2
ARG YARN_VERSION=1.19.1

Loading…
Cancel
Save