We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104b83e commit 5bdea8fCopy full SHA for 5bdea8f
Dockerfile
@@ -26,7 +26,7 @@ COPY . /src/
26
27
# Upgrade base-image packages flagged by Trivy (CVE-2026-23949, CVE-2026-24049)
28
# hadolint ignore=DL3013
29
-RUN pip install --no-cache-dir --upgrade pip setuptools>=82.0.1 wheel>=0.46.2
+RUN pip install --no-cache-dir --upgrade pip "setuptools>=82.0.1" "wheel>=0.46.2"
30
31
# Install AIIR:
32
# • AIIR_VERSION set → install pinned version from PyPI (publish.yml)
0 commit comments