diff --git a/Dockerfile b/Dockerfile index 039fa3a..4c591ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22-alpine3.18 +FROM node:22.22.0-alpine3.23 RUN apk --update --no-cache add python3 py3-pip jq curl bash git docker sudo && \ ln -sf /usr/bin/python3 /usr/bin/python && \