Skip to content

Commit 3e901ff

Browse files
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] <support@github.com>
1 parent 9ec89f7 commit 3e901ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

jwtproxy/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# For testing against the nginx-controller locally. A minikube setup can be used
66
# in combination with manifest.yml
77

8-
FROM python:3.10-slim-bullseye
8+
FROM python:3.13-slim-bullseye
99

1010
RUN apt-get update && apt-get install nginx -y
1111
COPY supervisord.conf /etc

jwtproxy/Dockerfile.prd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10-slim-bullseye
1+
FROM python:3.13-slim-bullseye
22

33
COPY supervisord.conf /etc
44

0 commit comments

Comments
 (0)