stay on same major node, we'll update when we choose to cause i dont trust things to not randomly break when i abandon it

This commit is contained in:
2025-11-11 13:55:25 -05:00
parent 842e834eb1
commit c67a099ed2

View File

@@ -1,4 +1,4 @@
FROM node:latest
FROM node:25
RUN mkdir -p /usr/src/bot
WORKDIR /usr/src/bot
COPY . /usr/src/bot