mirror of
https://github.com/samanhappy/mcphub.git
synced 2025-12-23 18:29:21 -05:00
refactor: update Dockerfile to use Node.js 22-alpine image
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Use Node.js LTS image with Python support
|
||||
FROM node:lts-alpine
|
||||
FROM node:22-alpine
|
||||
|
||||
# Install Python and pip
|
||||
RUN apk add --no-cache \
|
||||
|
||||
Reference in New Issue
Block a user