From ed260de80a875b25abefaabd72ed934919f67320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:39:53 +0000 Subject: [PATCH] Bump python from 3.11-slim-bullseye to 3.13-slim-bullseye in /src Bumps python from 3.11-slim-bullseye to 3.13-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Dockerfile b/src/Dockerfile index 06f635e7b..8e888b6a5 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim-bullseye AS builder +FROM python:3.13-slim-bullseye AS builder MAINTAINER datapunt@amsterdam.nl RUN apt update && apt install --no-install-recommends -y \ @@ -14,7 +14,7 @@ RUN python -m pip install uwsgi RUN python -m pip install --no-cache-dir --no-deps -r $PIP_REQUIREMENTS # Start runtime image, -FROM python:3.11-slim-bullseye +FROM python:3.13-slim-bullseye RUN useradd -U -r dsoapi RUN apt update && apt install --no-install-recommends -y \ curl \