fix(website): update node version to latest LTS (#11825)

This commit is contained in:
Bryce Kalow 2021-06-11 16:46:26 -05:00 committed by GitHub
parent 15b3697a9f
commit f75dcfa8d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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