diff --git a/src/shellcheck/devcontainer-feature.json b/src/shellcheck/devcontainer-feature.json index 12b7cd58..821947f9 100644 --- a/src/shellcheck/devcontainer-feature.json +++ b/src/shellcheck/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "shellcheck", - "version": "1.0.0", + "version": "1.1.0", "name": "shellcheck (via Github Releases)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/shellcheck", "description": "", @@ -15,4 +15,4 @@ } }, "installsAfter": [] -} \ No newline at end of file +} diff --git a/src/shellcheck/install.sh b/src/shellcheck/install.sh index 8dbf2ce1..ecc24b3d 100755 --- a/src/shellcheck/install.sh +++ b/src/shellcheck/install.sh @@ -16,6 +16,6 @@ $nanolayer_location \ install \ devcontainer-feature \ "ghcr.io/devcontainers-extra/features/gh-release:1" \ - --option repo='koalaman/shellcheck' --option binaryNames='shellcheck' --option version="$VERSION" + --option repo='koalaman/shellcheck' --option binaryNames='shellcheck' --option version="$VERSION" --option assetRegex='shellcheck-.*.tar.xz$' echo 'Done!'