1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:03:12 +00:00

Upgrade to Python 3.12

This commit is contained in:
wlinator 2024-04-05 06:06:00 -04:00
parent 7c2198a28c
commit 67477f0808

View file

@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.12
ARG DEBIAN_FRONTEND=noninteractive
WORKDIR /usr/src/app