From 97339cbddf7c5ca4e4df63e79abafb5a9613bfd9 Mon Sep 17 00:00:00 2001 From: "ppat-self-hosted-renovate-bot[bot]" <175373406+ppat-self-hosted-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 25 May 2025 00:06:20 +0000 Subject: [PATCH] fix(cli-tools): update aquaproj/aqua (v2.51.1 -> v2.51.2) --- images/homelab-workspace/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/homelab-workspace/Dockerfile b/images/homelab-workspace/Dockerfile index 2a7d6f0c..54ce7ce7 100644 --- a/images/homelab-workspace/Dockerfile +++ b/images/homelab-workspace/Dockerfile @@ -176,7 +176,7 @@ RUN --mount=type=tmpfs,target=/tmp \ # aqua # renovate: datasource=github-releases depName=aquaproj/aqua -ARG AQUA_VERSION="2.51.1" +ARG AQUA_VERSION="2.51.2" RUN --mount=type=tmpfs,target=/tmp \ --mount=type=tmpfs,target=/var/log \ --mount=type=tmpfs,target=/var/tmp \