Skip to content

Commit 80f832d

Browse files
committed
build(docker): update base image to coatldev/python:3.14-slim
1 parent 49bb4a0 commit 80f832d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM coatldev/python:3.13-slim
1+
FROM coatldev/python:3.14-slim
22

33
LABEL \
44
maintainer="César Román <cesar@coatl.dev>" \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Docker Repository on Quay](https://img.shields.io/badge/quay.io-red?logo=red-hat "Docker Repository on Quay")](https://quay.io/repository/coatldev/devpi)
77

88
Docker image with `devpi-client`, `devpi-server` and `devpi-web` pre-installed
9-
using [`coatldev/python:3.13-slim`].
9+
using [`coatldev/python:3.14-slim`].
1010

1111
## How to use this image
1212

@@ -36,4 +36,4 @@ docker run \
3636
quay.io/coatldev/devpi:latest
3737
```
3838

39-
[`coatldev/python:3.13-slim`]: https://github.com/coatl-dev/docker-python/blob/HEAD/3.13/slim-bookworm/Dockerfile
39+
[`coatldev/python:3.14-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.14/slim-bookworm/Dockerfile

0 commit comments

Comments
 (0)