Skip to content

Commit d253cac

Browse files
dependabot[bot]JonasAlfredsson
authored andcommitted
Bump python from 3.13.7-alpine to 3.14.0-alpine in /server
Bumps python from 3.13.7-alpine to 3.14.0-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.0-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 440d569 commit d253cac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/Dockerfile

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

33
ENV DEVPISERVER_SERVERDIR=/devpi/server
44
RUN mkdir -p $DEVPISERVER_SERVERDIR && \

server/Dockerfile-alpine

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

33
ENV DEVPISERVER_SERVERDIR=/devpi/server
44
RUN mkdir -p $DEVPISERVER_SERVERDIR && \

0 commit comments

Comments
 (0)