diff --git a/Dockerfile b/Dockerfile index f23a642..8b977e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.4 # artifacts: false # platforms: linux/amd64 -FROM python:3.11-slim-bookworm +FROM python:3.12-slim-bookworm # Basic config ARG DAILY_TASKS=true