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

Switch back to Python 3.11

This is to avoid conflicts since I develop Racu on Arch Linux, which has not released Python 3.12 yet.
This commit is contained in:
wlinator 2024-04-11 07:36:03 -04:00
parent 89b79e5a60
commit 3b1035d97d

View file

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