From 80f832dffef2a5d049e9b0c06a2781e325df5297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Wed, 17 Dec 2025 23:13:29 -0800 Subject: [PATCH] build(docker): update base image to coatldev/python:3.14-slim --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 975dea5..96790ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM coatldev/python:3.13-slim +FROM coatldev/python:3.14-slim LABEL \ maintainer="César Román " \ diff --git a/README.md b/README.md index 59c2b2e..ac7a500 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![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) Docker image with `devpi-client`, `devpi-server` and `devpi-web` pre-installed -using [`coatldev/python:3.13-slim`]. +using [`coatldev/python:3.14-slim`]. ## How to use this image @@ -36,4 +36,4 @@ docker run \ quay.io/coatldev/devpi:latest ``` -[`coatldev/python:3.13-slim`]: https://github.com/coatl-dev/docker-python/blob/HEAD/3.13/slim-bookworm/Dockerfile +[`coatldev/python:3.14-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.14/slim-bookworm/Dockerfile