Skip to content

Commit dbf338f

Browse files
committed
feat: update pnpm to 7.21.0
1 parent 3463672 commit dbf338f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

dist/18-alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ RUN set -eux; \
2525
libc6-compat \
2626
&& ARCH=$(uname -m) && \
2727
if [ "$ARCH" = "x86_64" ]; then \
28-
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.20.0/pnpm-linuxstatic-x64" -o /bin/pnpm; \
28+
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.21.0/pnpm-linuxstatic-x64" -o /bin/pnpm; \
2929
elif [ "$ARCH" = "aarch64" ]; then \
30-
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.20.0/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
30+
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.21.0/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
3131
fi \
3232
&& chmod +x /bin/pnpm \
3333
&& yarn global add turbo

dist/19-alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ RUN set -eux; \
2525
libc6-compat \
2626
&& ARCH=$(uname -m) && \
2727
if [ "$ARCH" = "x86_64" ]; then \
28-
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.20.0/pnpm-linuxstatic-x64" -o /bin/pnpm; \
28+
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.21.0/pnpm-linuxstatic-x64" -o /bin/pnpm; \
2929
elif [ "$ARCH" = "aarch64" ]; then \
30-
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.20.0/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
30+
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.21.0/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
3131
fi \
3232
&& chmod +x /bin/pnpm \
3333
&& yarn global add turbo

dist/lts-alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ RUN set -eux; \
2525
libc6-compat \
2626
&& ARCH=$(uname -m) && \
2727
if [ "$ARCH" = "x86_64" ]; then \
28-
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.20.0/pnpm-linuxstatic-x64" -o /bin/pnpm; \
28+
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.21.0/pnpm-linuxstatic-x64" -o /bin/pnpm; \
2929
elif [ "$ARCH" = "aarch64" ]; then \
30-
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.20.0/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
30+
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.21.0/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
3131
fi \
3232
&& chmod +x /bin/pnpm \
3333
&& yarn global add turbo

src/group_vars/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ tpl_docker_tests:
4040

4141
# Enabled extensions
4242
########################################################################################################################
43-
pnpm_version: 7.20.0
43+
pnpm_version: 7.21.0
4444

4545
...

0 commit comments

Comments
 (0)