Bump python from 3.12.6-slim to 3.12.7-slim in /infra (#4534)

Bumps python from 3.12.6-slim to 3.12.7-slim.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-07 16:43:47 +02:00 коммит произвёл GitHub
Родитель 812a6e707c
Коммит 93323bc39a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,4 +1,4 @@
FROM python:3.12.6-slim
FROM python:3.12.7-slim
# Setup dependencies in a cacheable step
RUN --mount=type=bind,source=requirements.txt,target=/requirements.txt \

Просмотреть файл

@ -1,4 +1,4 @@
FROM python:3.12.6-slim
FROM python:3.12.7-slim
# Setup dependencies in a cacheable step
ADD spawn_pipeline_requirements.txt /code/