File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 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
1717RUN mkdir -p /home/$DEVCONTAINER_USER/.minikube \
1818 && chown $DEVCONTAINER_USER /home/$DEVCONTAINER_USER/.minikube \
1919 && /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'
2121
2222
2323VOLUME [ "/var/lib/docker" ]
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1919 - uses : aquaproj/aqua-installer@fd2089d1f56724d6456f24d58605e6964deae124 # v2.3.2
2020 with :
21- aqua_version : v2.27.4
21+ aqua_version : v2.42.0
2222 enable_aqua_install : true
2323 # aqua_opts: ""
2424 env :
You can’t perform that action at this time.
0 commit comments