build(deps): bump python in /events/docker (#2373)

Bumps python from 3.12.5-slim to 3.12.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-09-16 17:13:14 +02:00 коммит произвёл GitHub
Родитель 5ee48054fc
Коммит 2927ab2a95
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1,4 +1,4 @@
FROM python:3.12.5-slim
FROM python:3.12.6-slim
RUN pip install setuptools==74.1.2 --disable-pip-version-check --no-cache-dir --quiet