Skip to content

Commit d870628

Browse files
authored
chore: upgrade Python runtime to 3.13.8 (#18821)
1 parent ee2fe41 commit d870628

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13.7
1+
3.13.8

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Set variables reused in Dockerfile
2-
ARG PYTHON_IMAGE_VERSION=3.13.7-slim-bookworm
2+
ARG PYTHON_IMAGE_VERSION=3.13.8-slim-bookworm
33

44
# First things first, we build an image which is where we're going to compile
55
# our static assets with. We use this stage in development.

0 commit comments

Comments
 (0)