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