Skip to content

Commit d616d80

Browse files
Bump python from 3.11-slim to 3.13-slim
Bumps python from 3.11-slim to 3.13-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.13-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8b4ce09 commit d616d80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

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

33
# Set environment variables to prevent interactive prompts and optimize Python
44
ENV DEBIAN_FRONTEND=noninteractive \

Dockerfile.root

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

33
# Set environment variables to prevent interactive prompts and optimize Python
44
ENV DEBIAN_FRONTEND=noninteractive \

0 commit comments

Comments
 (0)