diff --git a/yaml/Dockerfile b/yaml/Dockerfile index 3aa7d81..94b5940 100644 --- a/yaml/Dockerfile +++ b/yaml/Dockerfile @@ -24,7 +24,7 @@ RUN apk upgrade --no-cache \ pipx=1.14.0-r0 \ py3-pip=26.1.2-r0 \ python3=3.14.7-r1 \ - yq-go=4.53.3-r0 \ + yq-go=4.53.3-r1 \ && apk cache --no-cache clean \ && rm -rf /var/cache/apk/*