Skip to content

Commit

Permalink
build: Switch to Node 20
Browse files Browse the repository at this point in the history
From Node 19
  • Loading branch information
mountaindude committed Nov 25, 2023
1 parent ae5bc0c commit a4bf1bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Expand Up @@ -6,7 +6,7 @@
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/src/butler-sos.js",
"runtimeVersion": "19",
"runtimeVersion": "20",
"cwd": "${workspaceFolder}/src",
"env": {
"NODE_CONFIG_DIR": "${workspaceFolder}/src/config",
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
# Build Docker image for Amd64
FROM node:19-bullseye-slim
FROM node:20-bullseye-slim

# Add metadata about the image
LABEL maintainer="Göran Sander mountaindude@ptarmiganlabs.com"
Expand Down

0 comments on commit a4bf1bf

Please sign in to comment.