1 parent 3d09aa9 commit ce1e973Copy full SHA for ce1e973
1 file changed
Docker/reqtap/Dockerfile
@@ -36,7 +36,7 @@ RUN if [ "${VERSION}" = "latest" ]; then \
36
fi && \
37
ARCH=$(cat /tmp/arch | cut -d'=' -f2) && \
38
echo "Downloading reqtap version: ${VERSION} for architecture: ${ARCH}" && \
39
- curl -sL "https://github.com/funnyzak/reqtap/releases/download/${VERSION}/reqtap-${VERSION#v}-linux-${ARCH}.tar.gz" -o /tmp/reqtap.tar.gz && \
+ curl -sL "https://github.com/funnyzak/reqtap/releases/download/${VERSION}/reqtap-linux-${ARCH}.tar.gz" -o /tmp/reqtap.tar.gz && \
40
cd /tmp && \
41
tar -xzf reqtap.tar.gz && \
42
chmod +x /tmp/reqtap
0 commit comments