Skip to content

Commit

Permalink
chore(deps): update regex
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent efa6595 commit 31b9efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY files/first-run-notice.txt /home/$DEVCONTAINER_USER/first-run-notice.txt
RUN mkdir -p /home/$DEVCONTAINER_USER/.minikube \
&& chown $DEVCONTAINER_USER /home/$DEVCONTAINER_USER/.minikube \
&& /bin/bash -c 'set -euo pipefail && curl https://get.trunk.io -fsSL | bash -s -- -y' \
&& /bin/bash -c 'set -euo pipefail && curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v1.0.0/aqua-installer | bash'
&& /bin/bash -c 'set -euo pipefail && curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v1.2.0/aqua-installer | bash'


VOLUME [ "/var/lib/docker" ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: aquaproj/aqua-installer@fd2089d1f56724d6456f24d58605e6964deae124 # v2.3.2
with:
aqua_version: v2.27.4
aqua_version: v2.30.0
enable_aqua_install: true
# aqua_opts: ""
env:
Expand Down

0 comments on commit 31b9efc

Please sign in to comment.