Update base image to 3.11-alpine3.21

This commit is contained in:
David
2025-01-16 18:59:34 +01:00
committed by GitHub
parent a93eeaa1cf
commit 58e10f0f82

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM python:3.13-alpine3.19 AS base
FROM python:3.11-alpine3.21 AS base
FROM base AS compiler