Chore: Python 3.12

This commit is contained in:
Amritanshu Agrawal 2024-05-31 10:24:12 +05:30
parent 532537d31a
commit 49e80a27b8

View File

@ -13,7 +13,7 @@ RUN mv /node_modules /app/overlord/ \
&& /app/overlord/node_modules/.bin/ng build && /app/overlord/node_modules/.bin/ng build
FROM python:3.11 FROM python:3.12
LABEL maintainer="Amritanshu <docker@tanshu.com>" LABEL maintainer="Amritanshu <docker@tanshu.com>"
COPY pyproject.toml /app/pyproject.toml COPY pyproject.toml /app/pyproject.toml