From 2a67a8dd7931c3730a1c593fcb703cf75fc2f9a7 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Sun, 6 Sep 2026 12:29:12 +0200 Subject: [PATCH] build(deps): bump yq-go from 4.53.3-r0 to 4.53.3-r1 --- yaml/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*