Update Docker images to Python 3.14

This commit is contained in:
Benoit Chesneau 2026-03-25 13:33:49 +01:00
parent 18f5d0ea95
commit c32903f0eb
15 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM python:3.14-slim
LABEL org.opencontainers.image.source=https://github.com/benoitc/gunicorn
LABEL org.opencontainers.image.description="Gunicorn Python WSGI HTTP Server"

View File

@ -7,7 +7,7 @@
# - Celery: Needs separate web + worker containers + Redis/RabbitMQ
# - Dirty: Single container handles both HTTP and background tasks
FROM python:3.12-slim
FROM python:3.14-slim
# Set working directory
WORKDIR /app

View File

@ -2,7 +2,7 @@
# This file is part of gunicorn released under the MIT license.
# See the NOTICE for more information.
FROM python:3.12-slim
FROM python:3.14-slim
WORKDIR /app

View File

@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM python:3.14-slim
WORKDIR /app

View File

@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM python:3.14-slim
WORKDIR /app

View File

@ -3,7 +3,7 @@
# Build: docker build -t gunicorn-http2-gevent .
# Run: docker run -p 8443:8443 -v $(pwd)/certs:/certs:ro gunicorn-http2-gevent
FROM python:3.12-slim
FROM python:3.14-slim
# Install build dependencies for gevent and h2
RUN apt-get update && apt-get install -y --no-install-recommends \

View File

@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM python:3.14-slim
WORKDIR /app

View File

@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.14-slim
WORKDIR /build

View File

@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM python:3.14-slim
# Install build dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \

View File

@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM python:3.14-slim
WORKDIR /app

View File

@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM python:3.14-slim
RUN apt-get update && apt-get install -y --no-install-recommends \
curl procps \

View File

@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM python:3.14-slim
# Install build dependencies for h2 and other packages
RUN apt-get update && apt-get install -y --no-install-recommends \

View File

@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM python:3.14-slim
WORKDIR /app

View File

@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.14-slim
WORKDIR /build

View File

@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.14-slim
WORKDIR /app