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:
parent
79ba29b954
commit
39c6e3250a
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
10
|
||||
12
|
||||
|
|
Loading…
Reference in New Issue