Skip to content

Commit 6150a31

Browse files
Resolve plus sign causing access denied to node20 tarball (#5263)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent fa60f0f commit 6150a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/ci/dockerfiles/current/build.al2.opensearch.x64.arm64.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ RUN pip3 install cmake==3.26.4
165165
RUN if [ `uname -m` = "x86_64" ]; then \
166166
curl -SL https://ci.opensearch.org/ci/dbc/tools/node/node-v20.18.0-linux-x64-glibc-217.tar.xz -o /node20.tar.xz; \
167167
else \
168-
curl -SL https://ci.opensearch.org/ci/dbc/tools/node/node-v20.18.0-linux-arm64-glibc-226-libstdc++-6.0.24.tar.xz -o /node20.tar.xz; \
168+
curl -SL https://ci.opensearch.org/ci/dbc/tools/node/node-v20.18.0-linux-arm64-glibc-226-libstdcpp-6.0.24.tar.xz -o /node20.tar.xz; \
169169
fi; \
170170
mkdir /node_al2 && \
171171
tar -xf /node20.tar.xz --strip-components 1 -C /node_al2 && \

0 commit comments

Comments
 (0)