diff --git a/Containerfile b/Containerfile index f6ecb4e..e6ae3a7 100644 --- a/Containerfile +++ b/Containerfile @@ -29,7 +29,7 @@ LABEL maintainer="FlaskPaste" LABEL description="Minimal secure pastebin REST API" # Apply security fixes to base image, remove vendored vulnerable packages -RUN pip install --no-cache-dir --upgrade pip 'setuptools>=80.0' 'jaraco.context>=6.1.0' \ +RUN pip install --no-cache-dir --upgrade pip 'wheel>=0.46.2' 'setuptools>=80.0' 'jaraco.context>=6.1.0' \ && pip cache purge 2>/dev/null || true \ && rm -rf /root/.cache /usr/local/lib/python*/site-packages/setuptools/_vendor/jaraco*