From d22d155c940ecbb60336aa71b1e1ada76bb8bb0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 11:22:37 +0000 Subject: [PATCH] Bump python from 3.14.3-alpine to 3.15.0a8-alpine in /client Bumps python from 3.14.3-alpine to 3.15.0a8-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.15.0a8-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/Dockerfile | 2 +- client/Dockerfile-alpine | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/Dockerfile b/client/Dockerfile index 45d06f4..720860d 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.3-slim +FROM python:3.15.0a8-slim ENV DEVPICLIENT_CLIENTDIR=/devpi/client RUN mkdir -p $DEVPICLIENT_CLIENTDIR diff --git a/client/Dockerfile-alpine b/client/Dockerfile-alpine index 0855b22..48be184 100644 --- a/client/Dockerfile-alpine +++ b/client/Dockerfile-alpine @@ -1,4 +1,4 @@ -FROM python:3.14.3-alpine +FROM python:3.15.0a8-alpine ENV DEVPICLIENT_CLIENTDIR=/devpi/client RUN mkdir -p $DEVPICLIENT_CLIENTDIR