Skip to content

Commit dd555df

Browse files
chore(deps): update python docker tag
1 parent e412adc commit dd555df

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.6
1+
3.13.7

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# We share the base in the builder and targets
2-
FROM python:3.12-slim-bookworm AS base
2+
FROM python:3.13-slim-bookworm AS base
33

44
# The base of our builder
55
FROM base AS builder

0 commit comments

Comments
 (0)