bookworm-slim
Some checks failed
Build and Push Docker Images / build (push) Failing after 21s

This commit is contained in:
ChrQR 2024-05-30 01:04:29 +02:00
parent 979302f49c
commit caa912fa73

View File

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