From e3ae02bcf0dab8c8573cc3b28451da0de6a0fbff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 11:24:59 +0000 Subject: [PATCH] Bump python from 3.14.3-alpine to 3.14.5-alpine in /client Bumps python from 3.14.3-alpine to 3.14.5-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.5-alpine dependency-type: direct:production update-type: version-update:semver-patch ... 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..035c5d0 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.3-slim +FROM python:3.14.5-slim ENV DEVPICLIENT_CLIENTDIR=/devpi/client RUN mkdir -p $DEVPICLIENT_CLIENTDIR diff --git a/client/Dockerfile-alpine b/client/Dockerfile-alpine index 0855b22..df4fb5b 100644 --- a/client/Dockerfile-alpine +++ b/client/Dockerfile-alpine @@ -1,4 +1,4 @@ -FROM python:3.14.3-alpine +FROM python:3.14.5-alpine ENV DEVPICLIENT_CLIENTDIR=/devpi/client RUN mkdir -p $DEVPICLIENT_CLIENTDIR