mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 12:07:45 +01:00
chore(deps): bump python in /tests/apps/dockerfile-release
Bumps python from 3.14.1-bookworm to 3.15.0a2-bookworm. --- updated-dependencies: - dependency-name: python dependency-version: 3.15.0a2-bookworm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.14.1-bookworm
|
FROM python:3.15.0a2-bookworm
|
||||||
|
|
||||||
RUN pip install --user pipenv
|
RUN pip install --user pipenv
|
||||||
ENV PATH="${PATH}:/root/.local/bin"
|
ENV PATH="${PATH}:/root/.local/bin"
|
||||||
|
|||||||
Reference in New Issue
Block a user