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 271c8cd commit a30e51aCopy full SHA for a30e51a
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.5
+ARG PYTHON_VERSION=3.14.6
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.4"
7
node = "24.14.1"
8
ruby = "3.4.9"
9
rust = "1.94.1"
10
-python = "3.14.5"
+python = "3.14.6"
0 commit comments