Skip to content

Commit cec0f24

Browse files
chore(deps): update regex
1 parent 262528b commit cec0f24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY files/first-run-notice.txt /home/$DEVCONTAINER_USER/first-run-notice.txt
1717
RUN 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

2323
VOLUME [ "/var/lib/docker" ]

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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.48.1
2222
enable_aqua_install: true
2323
# aqua_opts: ""
2424
env:

0 commit comments

Comments
 (0)