From f8c97dd810944f271045582b0cbdd3fd4fea0a45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 18:17:53 +0000 Subject: [PATCH] build(deps): bump python from 3.11-slim-bullseye to 3.13-slim-bullseye Bumps python from 3.11-slim-bullseye to 3.13-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-version: 3.13-slim-bullseye 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 089e929..721145f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # # Stage 1 - Install build dependencies # -FROM python:3.11-slim-bullseye AS builder +FROM python:3.13-slim-bullseye AS builder WORKDIR /inscriptis RUN python -m venv .venv && .venv/bin/python -m pip install --upgrade pip @@ -11,7 +11,7 @@ RUN .venv/bin/pip install --no-cache-dir inscriptis[web-service] && \ # # Stage 2 - Copy only necessary files to the runner stage # -FROM python:3.11-slim-bullseye +FROM python:3.13-slim-bullseye LABEL maintainer="albert@weichselbraun.net" # Note: only copy the src directory, to prevent bloating the image with