Skip to content

Commit ce1e973

Browse files
committed
chore:update
1 parent 3d09aa9 commit ce1e973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Docker/reqtap/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN if [ "${VERSION}" = "latest" ]; then \
3636
fi && \
3737
ARCH=$(cat /tmp/arch | cut -d'=' -f2) && \
3838
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 && \
39+
curl -sL "https://github.com/funnyzak/reqtap/releases/download/${VERSION}/reqtap-linux-${ARCH}.tar.gz" -o /tmp/reqtap.tar.gz && \
4040
cd /tmp && \
4141
tar -xzf reqtap.tar.gz && \
4242
chmod +x /tmp/reqtap

0 commit comments

Comments
 (0)