File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY files/first-run-notice.txt /home/$DEVCONTAINER_USER/first-run-notice.txt
17
17
RUN mkdir -p /home/$DEVCONTAINER_USER/.minikube \
18
18
&& chown $DEVCONTAINER_USER /home/$DEVCONTAINER_USER/.minikube \
19
19
&& /bin/bash -c 'set -euo pipefail && curl https://get.trunk.io -fsSL | bash -s -- -y' \
20
- && /bin/bash -c 'set -euo pipefail && curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v1.0 .0/aqua-installer | bash'
20
+ && /bin/bash -c 'set -euo pipefail && curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v1.2 .0/aqua-installer | bash'
21
21
22
22
23
23
VOLUME [ "/var/lib/docker" ]
Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
19
19
- uses : aquaproj/aqua-installer@fd2089d1f56724d6456f24d58605e6964deae124 # v2.3.2
20
20
with :
21
- aqua_version : v2.27.4
21
+ aqua_version : v2.41.0
22
22
enable_aqua_install : true
23
23
# aqua_opts: ""
24
24
env :
You can’t perform that action at this time.
0 commit comments