Skip to content

Commit abfc8ec

Browse files
fix(deps): update dependency python to v3.14.4 (#39)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6b5de20 commit abfc8ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN cd /tmp/preinstall && \
6060

6161
# Python
6262
# renovate: datasource=python-version depName=python
63-
ARG PYTHON_VERSION=3.13.12
63+
ARG PYTHON_VERSION=3.14.4
6464
ENV PATH="/mise/installs/python/${PYTHON_VERSION}/bin:$PATH"
6565
RUN mise use -g python@${PYTHON_VERSION} && \
6666
ln -s /mise/installs/python/${PYTHON_VERSION} /mise/installs/python/current

0 commit comments

Comments
 (0)