Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit 69a14dd

Browse files
upgrade gh-release to use nanolayer 0.4.45 (#454)
1 parent 923165e commit 69a14dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/gh-release/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "gh-release",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
44
"name": "Github Release",
55
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/gh-release",
66
"description": "Github Release feature will download, extract and add to path a release binary from a given repo",

src/gh-release/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source ./library_scripts.sh
99
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
1010
# and if missing - will download a temporary copy that automatically get deleted at the end
1111
# of the script
12-
ensure_nanolayer nanolayer_location "v0.4.39"
12+
ensure_nanolayer nanolayer_location "v0.4.45"
1313

1414

1515

0 commit comments

Comments
 (0)