Skip to content

Commit cf684bc

Browse files
dependabot[bot]JonasAlfredsson
authored andcommitted
Bump python from 3.13.4-alpine to 3.13.5-alpine in /client
Bumps python from 3.13.4-alpine to 3.13.5-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.13.5-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef6103a commit cf684bc

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.13.4-slim
1+
FROM python:3.13.5-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.13.4-alpine
1+
FROM python:3.13.5-alpine
22

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

0 commit comments

Comments
 (0)