Skip to content

Commit

Permalink
fix: update aquaproj/aqua (v2.43.1 -> v2.43.2) (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: ppat-self-hosted-renovate-bot[bot] <175373406+ppat-self-hosted-renovate-bot[bot]@users.noreply.github.com>
  • Loading branch information
1 parent af5d7d5 commit 9cfa1d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-aqua-checksum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
contents: read
with:
# renovate: datasource=github-releases depName=aquaproj/aqua
aqua_version: v2.43.1
aqua_version: v2.43.2
working_directory: tools
prune: false
secrets:
Expand Down
2 changes: 1 addition & 1 deletion tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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.43.1"
ARG AQUA_VERSION="2.43.2"
RUN ./aqua-installer -v v${AQUA_VERSION}

ENV PATH=/root/.local/share/aquaproj-aqua/bin:$PATH
Expand Down

0 comments on commit 9cfa1d3

Please sign in to comment.