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.
1 parent 66f64f1 commit 1cf5b83Copy full SHA for 1cf5b83
update.sh
@@ -37,7 +37,7 @@ function update_node_version() {
37
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)"
38
(
39
cp "$template" "$dockerfile"
40
- local fromprefix
+ local fromprefix=""
41
if [[ "$arch" != "amd64" && "$variant" != "onbuild" ]]; then
42
fromprefix="$arch\\/"
43
fi
0 commit comments