feat: upgrade to python3.11; debian 12 (bookworm)

This commit is contained in:
Xiphoseer 2024-01-11 01:02:31 +01:00
parent cde585fad8
commit d698e650ad

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM python:3.8-slim-buster
FROM python:3.11-slim-bookworm
RUN apt update
RUN apt -y install zip