feat: switch container base to python:3.13-alpine

Reduces image size from 157 MB to 61 MB. All dependencies
(maxminddb) have pre-built musl wheels, no build toolchain needed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
user
2026-02-15 03:42:30 +01:00
parent 129121ad26
commit 691c849109

View File

@@ -1,4 +1,4 @@
FROM python:3.13-slim
FROM python:3.13-alpine
WORKDIR /app