feat: upgrade node to v22

This commit is contained in:
Leah Bush 2025-08-18 11:25:55 -05:00 committed by Jenna Goldstrich
parent 4dd1fef558
commit 9b6cc86978
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
v18
v22

View file

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

View file

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