From aba96c2c2ba2ae7acaabc15bc5e1f8896faf0e6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:15:28 +0000 Subject: [PATCH] Bump python from 3.12 to 3.13 Bumps python from 3.12 to 3.13. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b1c61bc..2a3fb7d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM julia:1.11 as julia -FROM python:3.12 +FROM python:3.13 WORKDIR / RUN curl https://sh.rustup.rs -sSf | bash -s -- -y ENV PATH="/root/.cargo/bin:${PATH}"