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 d2d0efe commit 19d6c12Copy full SHA for 19d6c12
test-build.sh
@@ -28,7 +28,7 @@ for version in "${versions[@]}"; do
28
# Skip "docs" and other non-docker directories
29
[ -f "$version/Dockerfile" ] || continue
30
31
- tag=$(cat "$version/Dockerfile" | grep "ENV NODE_VERSION" | cut -d' ' -f3)
+ tag=$(grep "ENV NODE_VERSION" "$version/Dockerfile" | cut -d' ' -f3)
32
33
info "Building $tag..."
34
0 commit comments