Skip to content

Commit

Permalink
Bump python from 3.12.3-slim to 3.12.5-slim in /infra (#4420)
Browse files Browse the repository at this point in the history
Bumps python from 3.12.3-slim to 3.12.5-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent 6859dc2 commit 785986c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.3-slim
FROM python:3.12.5-slim

# Setup dependencies in a cacheable step
RUN --mount=type=bind,source=requirements.txt,target=/requirements.txt \
Expand Down
2 changes: 1 addition & 1 deletion infra/dockerfile.spawn_pipeline
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.3-slim
FROM python:3.12.5-slim

# Setup dependencies in a cacheable step
ADD spawn_pipeline_requirements.txt /code/
Expand Down

0 comments on commit 785986c

Please sign in to comment.