diff --git a/Dockerfile b/Dockerfile index 7fa8fe6..fb6f484 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN apk --update --no-cache --quiet upgrade # longer install times. ### ENV DEPS \ - python3=3.10.13-r0 + python3=3.10.14-r1 RUN apk --no-cache --quiet add ${DEPS} ###