Update to python 12

pull/202/head
Luigi311 2023-12-06 14:16:47 -07:00
parent cd4ce186ca
commit 4a4c9f9ccf
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.11-alpine
FROM python:3.12-alpine
ENV DRYRUN 'True'
ENV DEBUG 'True'

View File

@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.12-slim
ENV DRYRUN 'True'
ENV DEBUG 'True'