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 ed0a67a commit 0fdc98eCopy full SHA for 0fdc98e
2 files changed
Dockerfile
@@ -66,7 +66,7 @@ RUN cd /tmp/preinstall && \
66
67
# Python
68
# renovate: datasource=python-version depName=python
69
-ARG PYTHON_VERSION=3.14.4
+ARG PYTHON_VERSION=3.14.5
70
ENV PATH="/mise/installs/python/${PYTHON_VERSION}/bin:$PATH"
71
RUN mise use -g python@${PYTHON_VERSION} && \
72
ln -s /mise/installs/python/${PYTHON_VERSION} /mise/installs/python/current
mise.toml
@@ -7,4 +7,4 @@ go = "1.26.2"
7
node = "24.14.1"
8
ruby = "3.4.9"
9
rust = "1.94.1"
10
-python = "3.14.4"
+python = "3.14.5"
0 commit comments