Dockerfiles/Dockerfile_python312_alpine
2025-08-11 17:37:22 +03:00

3 lines
58 B
Text

FROM python:3.12.10-alpine3.21
RUN apk add --no-cache uv