diff --git a/builder/Dockerfile b/builder/Dockerfile index 8fb5a28..3a7aa4b 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -1,5 +1,5 @@ # Start with an official Python 3 image as the base -FROM python:3.13.5-slim-bookworm +FROM python:3.13.14-slim-bookworm # Version definitions for easy updates