Skip to content

Commit

Permalink
chore(deps): update ⬆️ regex matched resources to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 24, 2024
1 parent b7d375e commit 467fbbc
Showing 1 changed file with 1 addition and 1 deletion.
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.2.0/aqua-installer | bash'
&& /bin/bash -c 'set -euo pipefail && curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v3.0.1/aqua-installer | bash'


VOLUME [ "/var/lib/docker" ]
Expand Down

0 comments on commit 467fbbc

Please sign in to comment.