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