From 08ca5323442c1a05d2e2fa861ab3ffe8850244c8 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: Sat, 5 Jul 2025 20:35:03 +0000 Subject: [PATCH] feat(cli-tools): update aquaproj/aqua (v2.51.2 -> v2.53.3) --- 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 b0092c91..6bc069c2 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.51.2" +ARG AQUA_VERSION="2.53.3" RUN ./aqua-installer -v v${AQUA_VERSION} ENV PATH=/root/.local/share/aquaproj-aqua/bin:$PATH