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:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.13-slim
|
||||
FROM python:3.13-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user