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

Bumps python from 3.14.3-bookworm to 3.15.0b1-bookworm.

---
updated-dependencies:
- dependency-name: python
  dependency-version: 3.15.0b1-bookworm
  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]
2026-05-11 21:40:34 +00:00
committed by GitHub
parent 41afd7646e
commit 95b97defb7

View File

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