diff --git a/yaml/Dockerfile b/yaml/Dockerfile index 28229d1..43def9e 100644 --- a/yaml/Dockerfile +++ b/yaml/Dockerfile @@ -24,7 +24,7 @@ RUN apk upgrade --no-cache \ pipx=1.8.0-r0 \ py3-pip=25.1.1-r1 \ python3=3.12.12-r0 \ - yq-go=4.49.2-r2 \ + yq-go=4.49.2-r3 \ && apk cache --no-cache clean \ && rm -rf /var/cache/apk/*