Update base image to python:3.13-slim

This commit is contained in:
AaronBenDaniel
2025-06-05 14:18:08 -04:00
parent fec7a83d1c
commit cfef986f46
+1 -1
View File
@@ -9,7 +9,7 @@ COPY src/frontend/. .
RUN npm run build RUN npm run build
# Thanks https://stackoverflow.com/q/76988450 # Thanks https://stackoverflow.com/q/76988450
FROM python:3.10-slim FROM python:3.13-slim
WORKDIR /app WORKDIR /app