-> bookworm
Some checks failed
Build and Push Docker Images / build (push) Has been cancelled

This commit is contained in:
ChrQR 2024-05-30 01:02:03 +02:00
parent 9e91678b11
commit 15e34c14a7

View File

@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:3.9-slim
FROM python:bookworm
# Set the working directory in the container
WORKDIR /app