chore(deps): bump python in /tests/apps/dockerfile-release

Bumps python from 3.12.7-bookworm to 3.13.0-bookworm.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-10-08 13:06:52 +00:00
committed by GitHub
parent 4b72d4d7c4
commit 4806f7a932

View File

@@ -1,4 +1,4 @@
FROM python:3.12.7-bookworm
FROM python:3.13.0-bookworm
RUN pip install --user pipenv
ENV PATH="${PATH}:/root/.local/bin"