fix(website): update node version to latest LTS (#11825)
This commit is contained in:
parent
15b3697a9f
commit
f75dcfa8d3
|
@ -1,4 +1,4 @@
|
|||
FROM 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
|
||||
|
||||
COPY ./package.json /website/package.json
|
||||
|
|
Loading…
Reference in New Issue