feat: upgrade node to v22

pull/13453/head
Leah Bush 9 months ago committed by Jenna Goldstrich
parent 4dd1fef558
commit 9b6cc86978

@ -1,4 +1,4 @@
FROM docker.mirror.hashicorp.services/node:18.18.2-alpine
FROM docker.mirror.hashicorp.services/node:22.17.1-alpine
RUN apk add --update --no-cache git make g++ automake autoconf libtool nasm libpng-dev
COPY ./package.json /website/package.json

@ -49,7 +49,7 @@ The Docker image is pre-built with all the website dependencies installed, which
### With Node
If your local development environment has a supported version (v18+) of [node installed](https://nodejs.org/en/) you can run:
If your local development environment has a supported version (v22+) of [node installed](https://nodejs.org/en/) you can run:
- `npm install`
- `npm start`

Loading…
Cancel
Save