Node.js 18.18.0

This commit is contained in:
riku6460 2023-09-26 05:08:17 +09:00
parent 87223add7b
commit 5ba2c887fe
No known key found for this signature in database
GPG Key ID: 27414FA27DB94CF6
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
"features": { "features": {
"ghcr.io/devcontainers-contrib/features/pnpm:2": {}, "ghcr.io/devcontainers-contrib/features/pnpm:2": {},
"ghcr.io/devcontainers/features/node:1": { "ghcr.io/devcontainers/features/node:1": {
"version": "18.17.0" "version": "18.18.0"
} }
}, },
"forwardPorts": [3000], "forwardPorts": [3000],

View File

@ -1 +1 @@
18.17.0 18.18.0

View File

@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.4 # syntax = docker/dockerfile:1.4
ARG NODE_VERSION=18.17.0-bullseye ARG NODE_VERSION=18.18.0-bullseye
# build assets & compile TypeScript # build assets & compile TypeScript