From ead796ac3b31b1318c399e0f84d50ad2186a2c68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:18:32 +0000 Subject: [PATCH] Bump python from 3.9.19 to 3.13.5 Bumps python from 3.9.19 to 3.13.5. --- updated-dependencies: - dependency-name: python dependency-version: 3.13.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5768ed8..51ffb77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.19 AS build +FROM python:3.13.5 AS build # The rsync installation is required for the Makefile RUN apt-get update && apt-get install -y rsync @@ -7,7 +7,7 @@ RUN mkdir -p /kb/deployment/lib/biokbase COPY . /tmp/catalog RUN cd /tmp/catalog && make deploy-service deploy-server-control-scripts -FROM python:3.9.19 +FROM python:3.13.5 # These ARGs values are passed in via the docker build command ARG BUILD_DATE ARG VCS_REF