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

Bumps python from 3.8-buster to 3.10.0-buster.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-14 23:11:20 +00:00
committed by GitHub
parent b2e27e24d4
commit f0ff6d9a49

View File

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