Skip to content

Commit

Permalink
feat: update pnpm to 7.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Dec 29, 2022
1 parent 3463672 commit dbf338f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/18-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ RUN set -eux; \
libc6-compat \
&& ARCH=$(uname -m) && \
if [ "$ARCH" = "x86_64" ]; then \
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.20.0/pnpm-linuxstatic-x64" -o /bin/pnpm; \
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.21.0/pnpm-linuxstatic-x64" -o /bin/pnpm; \
elif [ "$ARCH" = "aarch64" ]; then \
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.20.0/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.21.0/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
fi \
&& chmod +x /bin/pnpm \
&& yarn global add turbo
4 changes: 2 additions & 2 deletions dist/19-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ RUN set -eux; \
libc6-compat \
&& ARCH=$(uname -m) && \
if [ "$ARCH" = "x86_64" ]; then \
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.20.0/pnpm-linuxstatic-x64" -o /bin/pnpm; \
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.21.0/pnpm-linuxstatic-x64" -o /bin/pnpm; \
elif [ "$ARCH" = "aarch64" ]; then \
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.20.0/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.21.0/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
fi \
&& chmod +x /bin/pnpm \
&& yarn global add turbo
4 changes: 2 additions & 2 deletions dist/lts-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ RUN set -eux; \
libc6-compat \
&& ARCH=$(uname -m) && \
if [ "$ARCH" = "x86_64" ]; then \
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.20.0/pnpm-linuxstatic-x64" -o /bin/pnpm; \
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.21.0/pnpm-linuxstatic-x64" -o /bin/pnpm; \
elif [ "$ARCH" = "aarch64" ]; then \
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.20.0/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.21.0/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
fi \
&& chmod +x /bin/pnpm \
&& yarn global add turbo
2 changes: 1 addition & 1 deletion src/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ tpl_docker_tests:

# Enabled extensions
########################################################################################################################
pnpm_version: 7.20.0
pnpm_version: 7.21.0

...

0 comments on commit dbf338f

Please sign in to comment.