Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 213fd9f

Browse files
Update Node.js
1 parent 3557bfe commit 213fd9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Environment setup
2-
FROM node:20.18.3-alpine
2+
FROM node:20.19.0-alpine
33
LABEL org.opencontainers.image.source https://github.com/GizmoDevelopment/ramune-chat
44
WORKDIR /opt/production
55

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"private": true,
88
"engines": {
9-
"node": ">=20.18.3"
9+
"node": ">=20.19.0"
1010
},
1111
"packageManager": "[email protected]",
1212
"scripts": {

0 commit comments

Comments
 (0)