We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18c09e7 + 7c98b15 commit d861af9Copy full SHA for d861af9
2 files changed
src/age-keygen/devcontainer-feature.json
@@ -1,6 +1,6 @@
1
{
2
"id": "age-keygen",
3
- "version": "1.0.16",
+ "version": "1.0.17",
4
"name": "age-keygen (via Github Releases)",
5
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/age-keygen",
6
"description": "age-keygen generate a key pair for use with age.",
src/age-keygen/install.sh
@@ -13,6 +13,6 @@ $nanolayer_location \
13
install \
14
devcontainer-feature \
15
"ghcr.io/devcontainers-extra/features/gh-release:1.0.26" \
16
- --option repo='filosottile/age' --option binaryNames='age-keygen' --option version="$VERSION"
+ --option repo='filosottile/age' --option binaryNames='age-keygen' --option version="$VERSION" --option assetRegex='.*(.tar.gz)$'
17
18
echo 'Done!'
0 commit comments