bump python version of api

This commit is contained in:
EC2 Default User 2025-06-27 01:46:55 +00:00
parent 6b48a768b9
commit 50d0eb97db

View File

@ -1,5 +1,5 @@
# Backend base stage # Backend base stage
FROM python:3.11-slim AS backend-base FROM python:3.12-slim AS backend-base
WORKDIR /app WORKDIR /app