diff --git a/Dockerfile b/Dockerfile index 6626355..0500a2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # ----------- deps ----------- # Install from Debian Stretch with modern Python support -FROM python:3.11-slim as deps +FROM python:3.13.2-slim as deps # # Most services will use the same set of packages here, though a few will install