Node.js 18.18.0
This commit is contained in:
parent
87223add7b
commit
5ba2c887fe
|
@ -6,7 +6,7 @@
|
|||
"features": {
|
||||
"ghcr.io/devcontainers-contrib/features/pnpm:2": {},
|
||||
"ghcr.io/devcontainers/features/node:1": {
|
||||
"version": "18.17.0"
|
||||
"version": "18.18.0"
|
||||
}
|
||||
},
|
||||
"forwardPorts": [3000],
|
||||
|
|
|
@ -1 +1 @@
|
|||
18.17.0
|
||||
18.18.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# syntax = docker/dockerfile:1.4
|
||||
|
||||
ARG NODE_VERSION=18.17.0-bullseye
|
||||
ARG NODE_VERSION=18.18.0-bullseye
|
||||
|
||||
# build assets & compile TypeScript
|
||||
|
||||
|
|
Loading…
Reference in New Issue