Skip to content

Commit 1cf5b83

Browse files
Fixed the update script
1 parent 66f64f1 commit 1cf5b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function update_node_version() {
3737
fullVersion="$(curl -sSL --compressed "$baseuri" | grep '<a href="v'"$version." | sed -E 's!.*<a href="v([^"/]+)/?".*!\1!' | cut -d'.' -f2,3 | sort -n | tail -1)"
3838
(
3939
cp "$template" "$dockerfile"
40-
local fromprefix
40+
local fromprefix=""
4141
if [[ "$arch" != "amd64" && "$variant" != "onbuild" ]]; then
4242
fromprefix="$arch\\/"
4343
fi

0 commit comments

Comments
 (0)