Skip to content

Commit d22d155

Browse files
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] <support@github.com>
1 parent 446161c commit d22d155

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.14.3-slim
1+
FROM python:3.15.0a8-slim
22

33
ENV DEVPICLIENT_CLIENTDIR=/devpi/client
44
RUN mkdir -p $DEVPICLIENT_CLIENTDIR

client/Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.14.3-alpine
1+
FROM python:3.15.0a8-alpine
22

33
ENV DEVPICLIENT_CLIENTDIR=/devpi/client
44
RUN mkdir -p $DEVPICLIENT_CLIENTDIR

0 commit comments

Comments
 (0)