diff --git a/Dockerfile b/Dockerfile index 6626355..cabec53 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.3-slim as deps # # Most services will use the same set of packages here, though a few will install