Bump python from 3.10.5-slim to 3.10.6-slim in /infra (#3027)

Bumps python from 3.10.5-slim to 3.10.6-slim.

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

Signed-off-by: dependabot[bot] <support@github.com>

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] 2022-08-22 13:27:17 +02:00 коммит произвёл GitHub
Родитель 9a059ac995
Коммит 5da03a8554
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1,4 +1,4 @@
FROM python:3.10.5-slim
FROM python:3.10.6-slim
# Setup dependencies in a cacheable step
COPY requirements.txt /requirements.txt

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

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