From ffab3250d9e58bbe563dd7e700f3da2fd26d631b 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: Tue, 29 Jul 2025 04:19:34 +0000 Subject: [PATCH] fix(cli-tools): update aquaproj/aqua (v2.53.5 -> v2.53.6) --- 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 ebe752e8..10de25c5 100644 --- a/images/homelab-workspace/Dockerfile +++ b/images/homelab-workspace/Dockerfile @@ -170,7 +170,7 @@ RUN curl -sSfL -O https://raw.githubusercontent.com/aquaproj/aqua-installer/v${A chmod +x aqua-installer # renovate: datasource=github-releases depName=aquaproj/aqua -ARG AQUA_VERSION="2.53.5" +ARG AQUA_VERSION="2.53.6" RUN ./aqua-installer -v v${AQUA_VERSION} ENV PATH=/root/.local/share/aquaproj-aqua/bin:$PATH