mirror of
https://github.com/kevinthedang/discord-ollama.git
synced 2026-09-23 17:08:58 -04:00
Upgrade Node to Krypton (#200)
* node 24 and vulnerabilities * ready is clientReady * better about section
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
# use node LTS image for version 22
|
||||
FROM node:jod-alpine
|
||||
# use node LTS image for version 24
|
||||
FROM node:krypton-alpine
|
||||
|
||||
# set working directory inside container
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user