From 3db9a584a90eafa8604e15bec7b57a66e8ca5471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:26:33 +0000 Subject: [PATCH] Bump python from 3.12-slim-bookworm to 3.13-slim-bookworm Bumps python from 3.12-slim-bookworm to 3.13-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 230f23cfd..5959ea4be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bookworm AS build +FROM python:3.13-slim-bookworm AS build ENV DEBIAN_FRONTEND=noninteractive ENV TERM=linux @@ -44,7 +44,7 @@ RUN WHEEL=$(ls -r /tmp/wetterdienst-*-py3-none-any.whl | head -n 1) && \ # Final stage -FROM python:3.12-slim-bookworm +FROM python:3.13-slim-bookworm # Install h5py RUN apt-get update \