mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
feat: upgrade node to v22
This commit is contained in:
parent
4dd1fef558
commit
9b6cc86978
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
v18
|
||||
v22
|
||||
|
|
|
|||
|
|
@ -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…
Reference in a new issue