website: Update website Docker image (#11667)

This commit is contained in:
Noel Quiles 2021-12-13 16:40:46 -05:00 committed by GitHub
parent a62362966c
commit 2cd9fc5825
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: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