Updated to python 3.12
All checks were successful
git.cronocide.net/bluebubbles-bot/pipeline/head This commit looks good

This commit is contained in:
Daniel Dayley 2024-09-10 12:57:00 -06:00
parent ea2a8d5de0
commit 69441c4794
Signed by: Cronocide
GPG Key ID: 1CADA052F64664EC

View File

@ -1,4 +1,4 @@
FROM python:3.11 as PYTHON
FROM python:3.12 as PYTHON
ENV PROJ_NAME=bluebubbles_bot
# Copy project files