diff --git a/Dockerfile b/Dockerfile index 802381c..ce28e44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.4 # artifacts: false # platforms: linux/amd64 -FROM python:3.11.3-slim-bullseye +FROM python:3.12.0-slim-bullseye # Basic config ARG DAILY_TASKS=true