diff --git a/Dockerfile b/Dockerfile index 9c824b0..f72db85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # ============================================================================= # Use Python 3.11 slim as base image for smaller footprint -FROM python:3.11-slim +FROM python:3.14-slim # ----------------------------------------------------------------------------- # Environment Configuration