diff --git a/Dockerfile b/Dockerfile index 4c591ab..1545d64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22.22.0-alpine3.23 +FROM node:22.23.2-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 && \