diff --git a/Dockerfile b/Dockerfile index b8020ab..294dc7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \