From 9a86dc716f172cd56a6f67286c07fdcb43ae24d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 11:22:14 +0000 Subject: [PATCH] Bump python from 3.14.5-alpine to 3.14.6-alpine in /client Bumps python from 3.14.5-alpine to 3.14.6-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.6-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 035c5d0..d810051 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.5-slim +FROM python:3.14.6-slim ENV DEVPICLIENT_CLIENTDIR=/devpi/client RUN mkdir -p $DEVPICLIENT_CLIENTDIR diff --git a/client/Dockerfile-alpine b/client/Dockerfile-alpine index df4fb5b..14071c4 100644 --- a/client/Dockerfile-alpine +++ b/client/Dockerfile-alpine @@ -1,4 +1,4 @@ -FROM python:3.14.5-alpine +FROM python:3.14.6-alpine ENV DEVPICLIENT_CLIENTDIR=/devpi/client RUN mkdir -p $DEVPICLIENT_CLIENTDIR