1
0
forked from noxious/server

Higher node version

This commit is contained in:
2025-02-07 01:29:14 +01:00
parent b82e2fd0fd
commit 1686a7a9a0
2 changed files with 2 additions and 2 deletions

View File

@ -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 && \