mirror of https://github.com/status-im/consul.git
fix(website): update node version to latest LTS for website (#10312)
This commit is contained in:
parent
0b52545c01
commit
8abc38658a
|
@ -1,4 +1,4 @@
|
||||||
FROM docker.mirror.hashicorp.services/node:10.16.3-alpine
|
FROM docker.mirror.hashicorp.services/node:14.17.0-alpine
|
||||||
RUN apk add --update --no-cache git make g++ automake autoconf libtool nasm libpng-dev
|
RUN apk add --update --no-cache git make g++ automake autoconf libtool nasm libpng-dev
|
||||||
|
|
||||||
COPY ./package.json /website/package.json
|
COPY ./package.json /website/package.json
|
||||||
|
|
Loading…
Reference in New Issue