diff --git a/yaml/Dockerfile b/yaml/Dockerfile index 30bef3c..22120c5 100644 --- a/yaml/Dockerfile +++ b/yaml/Dockerfile @@ -23,7 +23,7 @@ RUN apk upgrade --no-cache \ npm=11.11.0-r0 \ pipx=1.8.0-r0 \ py3-pip=25.1.1-r1 \ - python3=3.12.12-r0 \ + python3=3.12.13-r0 \ yq-go=4.49.2-r4 \ && apk cache --no-cache clean \ && rm -rf /var/cache/apk/*