Skip to content

Commit

Permalink
chore(deps): bump aqua in devcontainer due to sigstore change [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull authored Oct 2, 2024
1 parent 9ca1e01 commit 35b01cf
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 @@ -21,7 +21,7 @@ RUN mkdir -p /home/$DEVCONTAINER_USER/.minikube \
&& mkdir -p /home/$DEVCONTAINER_USER/go \
&& sudo chown $DEVCONTAINER_USER /home/$DEVCONTAINER_USER/go \
&& /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/v2.1.1/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 35b01cf

Please sign in to comment.