feat: upgrade node to v22

leah/feat/upgrade-node
Leah Bush 8 months ago
parent 40bea58c92
commit c7ac2322c0

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