diff --git a/Containerfile b/Containerfile index 1f29c6b..4574964 100644 --- a/Containerfile +++ b/Containerfile @@ -16,7 +16,7 @@ RUN apk add --no-cache \ openssl-dev \ python3-dev \ rust \ - && pip3 --no-cache-dir install --upgrade 'pip==25.0' \ + && pip3 --no-cache-dir install --upgrade 'pip==25.0.1' \ && pip3 --no-cache-dir install -r /tmp/requirements.txt \ && apk del .build-deps \ && mkdir /output