File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ RUN set -eux; \
25
25
libc6-compat \
26
26
&& ARCH=$(uname -m) && \
27
27
if [ "$ARCH" = "x86_64" ]; then \
28
- curl -fsSL "https://github.com/pnpm/pnpm/releases/v7.18.2/download /pnpm-linuxstatic-x64" -o /bin/pnpm; \
28
+ curl -fsSL "https://github.com/pnpm/pnpm/releases/download/ v7.18.2/pnpm-linuxstatic-x64" -o /bin/pnpm; \
29
29
elif [ "$ARCH" = "aarch64" ]; then \
30
- curl -fsSL "https://github.com/pnpm/pnpm/releases/v7.18.2/download /pnpm-linuxstatic-arm64" -o /bin/pnpm; \
30
+ curl -fsSL "https://github.com/pnpm/pnpm/releases/download/ v7.18.2/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
31
31
fi \
32
32
&& chmod +x /bin/pnpm \
33
33
&& yarn global add turbo
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ RUN set -eux; \
25
25
libc6-compat \
26
26
&& ARCH=$(uname -m) && \
27
27
if [ "$ARCH" = "x86_64" ]; then \
28
- curl -fsSL "https://github.com/pnpm/pnpm/releases/v7.18.2/download /pnpm-linuxstatic-x64" -o /bin/pnpm; \
28
+ curl -fsSL "https://github.com/pnpm/pnpm/releases/download/ v7.18.2/pnpm-linuxstatic-x64" -o /bin/pnpm; \
29
29
elif [ "$ARCH" = "aarch64" ]; then \
30
- curl -fsSL "https://github.com/pnpm/pnpm/releases/v7.18.2/download /pnpm-linuxstatic-arm64" -o /bin/pnpm; \
30
+ curl -fsSL "https://github.com/pnpm/pnpm/releases/download/ v7.18.2/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
31
31
fi \
32
32
&& chmod +x /bin/pnpm \
33
33
&& yarn global add turbo
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ RUN set -eux; \
25
25
libc6-compat \
26
26
&& ARCH=$(uname -m) && \
27
27
if [ "$ARCH" = "x86_64" ]; then \
28
- curl -fsSL "https://github.com/pnpm/pnpm/releases/v7.18.2/download /pnpm-linuxstatic-x64" -o /bin/pnpm; \
28
+ curl -fsSL "https://github.com/pnpm/pnpm/releases/download/ v7.18.2/pnpm-linuxstatic-x64" -o /bin/pnpm; \
29
29
elif [ "$ARCH" = "aarch64" ]; then \
30
- curl -fsSL "https://github.com/pnpm/pnpm/releases/v7.18.2/download /pnpm-linuxstatic-arm64" -o /bin/pnpm; \
30
+ curl -fsSL "https://github.com/pnpm/pnpm/releases/download/ v7.18.2/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
31
31
fi \
32
32
&& chmod +x /bin/pnpm \
33
33
&& yarn global add turbo
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ RUN set -eux; \
25
25
libc6-compat \
26
26
&& ARCH=$(uname -m) && \
27
27
if [ "$ARCH" = "x86_64" ]; then \
28
- curl -fsSL "https://github.com/pnpm/pnpm/releases/v{{ pnpm_version }}/download /pnpm-linuxstatic-x64" -o /bin/pnpm; \
28
+ curl -fsSL "https://github.com/pnpm/pnpm/releases/download/ v{{ pnpm_version }}/pnpm-linuxstatic-x64" -o /bin/pnpm; \
29
29
elif [ "$ARCH" = "aarch64" ]; then \
30
- curl -fsSL "https://github.com/pnpm/pnpm/releases/v{{ pnpm_version }}/download /pnpm-linuxstatic-arm64" -o /bin/pnpm; \
30
+ curl -fsSL "https://github.com/pnpm/pnpm/releases/download/ v{{ pnpm_version }}/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
31
31
fi \
32
32
&& chmod +x /bin/pnpm \
33
33
&& yarn global add turbo
You can’t perform that action at this time.
0 commit comments