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
This commit is contained in:
John Cowen 2020-02-10 14:29:13 +00:00 committed by John Cowen
parent 79ba29b954
commit 39c6e3250a
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1 +1 @@
10
12