From 4de96dfdbe8f23a8ee1c8ab45fc47b6d6f8b3abe Mon Sep 17 00:00:00 2001 From: Carlos Natalino <carlos.natalino@chalmers.se> Date: Mon, 23 Jun 2025 14:53:51 +0200 Subject: [PATCH] Upgrading the Python versions of the nbi and service component. --- src/nbi/Dockerfile | 2 +- src/service/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nbi/Dockerfile b/src/nbi/Dockerfile index 63556432b..de6b0b82e 100644 --- a/src/nbi/Dockerfile +++ b/src/nbi/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.9-slim +FROM python:3.13-slim # Install dependencies RUN apt-get --yes --quiet --quiet update && \ diff --git a/src/service/Dockerfile b/src/service/Dockerfile index 54dc4ac94..ae1844791 100644 --- a/src/service/Dockerfile +++ b/src/service/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.9-slim +FROM python:3.13-slim # Install dependencies RUN apt-get --yes --quiet --quiet update && \ -- GitLab