Skip to content

Commit 8eab0b0

Browse files
Bump python from 3.12.7-slim to 3.13.2-slim in /infra
Bumps python from 3.12.7-slim to 3.13.2-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent df7a58c commit 8eab0b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: infra/dockerfile.base

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.7-slim
1+
FROM python:3.13.3-slim
22

33
# Setup dependencies in a cacheable step
44
RUN --mount=type=bind,source=requirements.txt,target=/requirements.txt \

Diff for: infra/dockerfile.spawn_pipeline

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.7-slim
1+
FROM python:3.13.3-slim
22

33
# Setup dependencies in a cacheable step
44
ADD spawn_pipeline_requirements.txt /code/

0 commit comments

Comments
 (0)