diff --git a/Dockerfile b/Dockerfile index e11875e..27e8ce9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG EXTENSIONS="prometheus" # space delimited string -FROM python:3.13-alpine +FROM python:3.14-alpine ARG EXTENSIONS