forked from noxious/server
Higher node version
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# Use the official Node.js 22.4.1 image
|
||||
FROM node:22.4.1-alpine
|
||||
FROM node:23.7.0-alpine
|
||||
|
||||
# Install Redis, MySQL, and tmux
|
||||
RUN apk add --no-cache redis mysql mysql-client tmux && \
|
||||
|
Reference in New Issue
Block a user