Skip to content

Commit 5b12679

Browse files
dependabot[bot]JonasAlfredsson
authored andcommitted
Bump python from 3.14.1-alpine to 3.14.2-alpine in /server
Bumps python from 3.14.1-alpine to 3.14.2-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.2-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d146f3 commit 5b12679

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

server/Dockerfile

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

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

0 commit comments

Comments
 (0)