refactor: update Dockerfile to use Node.js 22-alpine image

This commit is contained in:
samanhappy
2025-03-31 19:38:23 +08:00
parent aadc56c0df
commit a61bda6ea9

View File

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