Fix build by pinning builder image to python:3.12-bookworm

This commit is contained in:
Eduardo Silva
2025-08-13 16:11:42 -03:00
parent d6843db9fb
commit 16d1a22925

View File

@@ -1,5 +1,5 @@
# Build stage: install build dependencies and Python packages # Build stage: install build dependencies and Python packages
FROM python:3.12-slim AS builder FROM python:3.12-bookworm AS builder
WORKDIR /app WORKDIR /app
# Install build dependencies required for compiling C extensions # Install build dependencies required for compiling C extensions