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

This commit is contained in:
Bryce Kalow 2021-05-27 15:35:06 -05:00 committed by GitHub
parent 0b52545c01
commit 8abc38658a
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 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