website: Update Dockerfile (#12631)

This commit is contained in:
Noel Quiles 2021-12-23 16:33:07 -05:00 committed by GitHub
parent 8385f1031b
commit 0255034126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM docker.mirror.hashicorp.services/node:14-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