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

Bumps python from 3.14.2-bookworm to 3.14.3-bookworm.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-02-09 15:34:11 +00:00
committed by GitHub
parent ed4b0c844a
commit eb6777be4a

View File

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