slim buster with cron
Some checks failed
Build and Push Docker Images / build (push) Failing after 29s

This commit is contained in:
christian 2024-06-01 17:58:02 +02:00
parent f0aff65ba1
commit b80839e448

View File

@ -1,5 +1,5 @@
# Use the official Python image from the Docker Hub
FROM python:3.9-slim
FROM python:3.9-slim-buster
# Set the working directory inside the container
WORKDIR /app