Skip to content

Commit b2e3188

Browse files
Back down to python 3.14.2 from 3.15.0a2-alpine in /client
This jumped to alpha releases on the 3.15 branch. Reel it back until it is a proper release.
1 parent 5b12679 commit b2e3188

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.15.0a2-slim
1+
FROM python:3.14.2-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.15.0a2-alpine
1+
FROM python:3.14.2-alpine
22

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

0 commit comments

Comments
 (0)