We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c827990 commit bb3cf06Copy full SHA for bb3cf06
1 file changed
base/Dockerfile
@@ -13,7 +13,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
13
# Install base system
14
ARG PYTHON_VERSION="v3.13.2"
15
ARG PYTHON_PIP_VERSION="25.0.1"
16
-ARG PYTHON_SETUPTOOLS_VERSION="78.1.0"
+ARG PYTHON_SETUPTOOLS_VERSION="78.1.1"
17
# hadolint ignore=DL3003,DL4006,SC2155
18
RUN \
19
apk add --no-cache --virtual .build-dependencies \
0 commit comments