Skip to content

Commit 7820763

Browse files
chore: update aqua-installer to v4.0.2 (#68)
1 parent af330b3 commit 7820763

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/aqua-installer/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ aqua-installer requires bash and curl or wget, so this feature tries to install
1515
{
1616
"image": "debian:bookworm-20240423",
1717
"features": {
18-
"ghcr.io/aquaproj/devcontainer-features/aqua-installer:0.1.1": {
19-
"aqua_version": "v2.27.0"
18+
"ghcr.io/aquaproj/devcontainer-features/aqua-installer:0.1.3": {
19+
"aqua_version": "v2.53.3"
2020
}
2121
},
2222
"remoteEnv": {
@@ -41,7 +41,7 @@ aqua-renovate-config [2.3.0](https://github.com/aquaproj/aqua-renovate-config/re
4141
```json
4242
{
4343
"extends": [
44-
"github>aquaproj/aqua-renovate-config#2.3.0"
44+
"github>aquaproj/aqua-renovate-config#2.8.2"
4545
]
4646
}
4747
```

src/aqua-installer/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aqua-installer",
33
"id": "aqua-installer",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"description": "Install aqua",
66
"options": {
77
"aqua_version": {

src/aqua-installer/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ else
4545
fi
4646
cd "$tempdir"
4747

48-
url=https://raw.githubusercontent.com/aquaproj/aqua-installer/v3.1.2/aqua-installer
48+
url=https://raw.githubusercontent.com/aquaproj/aqua-installer/v4.0.2/aqua-installer
4949

5050
if has_command curl; then
5151
curl -sSfL -O "$url"
5252
elif has_command wget; then
5353
wget "$url"
5454
fi
5555

56-
echo "9a5afb16da7191fbbc0c0240a67e79eecb0f765697ace74c70421377c99f0423 aqua-installer" | sha256sum -c
56+
echo "98b883756cdd0a6807a8c7623404bfc3bc169275ad9064dc23a6e24ad398f43d aqua-installer" | sha256sum -c
5757

5858
chmod a+x aqua-installer
5959
if [ "$_REMOTE_USER" = root ]; then

0 commit comments

Comments
 (0)