From 3e901ffb46c3725930dcdff74a69b2927bc30728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:47:16 +0000 Subject: [PATCH] Bump python from 3.10-slim-bullseye to 3.13-slim-bullseye in /jwtproxy Bumps python from 3.10-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] --- jwtproxy/Dockerfile.dev | 2 +- jwtproxy/Dockerfile.prd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jwtproxy/Dockerfile.dev b/jwtproxy/Dockerfile.dev index 0b347cdd..326d21a3 100644 --- a/jwtproxy/Dockerfile.dev +++ b/jwtproxy/Dockerfile.dev @@ -5,7 +5,7 @@ # For testing against the nginx-controller locally. A minikube setup can be used # in combination with manifest.yml -FROM python:3.10-slim-bullseye +FROM python:3.13-slim-bullseye RUN apt-get update && apt-get install nginx -y COPY supervisord.conf /etc diff --git a/jwtproxy/Dockerfile.prd b/jwtproxy/Dockerfile.prd index a6e5c325..92b95b75 100644 --- a/jwtproxy/Dockerfile.prd +++ b/jwtproxy/Dockerfile.prd @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bullseye +FROM python:3.13-slim-bullseye COPY supervisord.conf /etc