Upgrade pnpm to 7.16.0

This commit is contained in:
Sambo Chea 2022-11-15 14:45:45 +07:00
parent d82a5ebbe5
commit ab35597839
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490
2 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ RUN addgroup -g ${USER_UID} node \
&& rm -f "node-v$NODE_VERSION-linux-$ARCH-musl.tar.xz" \
&& apk del .build-deps
ARG PNPM_VERSION=7.15.0
ARG PNPM_VERSION=7.16.0
ENV PNPM_HOME=/root/.local/share/pnpm
ENV PATH=$PATH:$PNPM_HOME
@ -102,4 +102,4 @@ RUN chmod +x /usr/local/bin/entrypoint.sh
ENTRYPOINT ["entrypoint.sh"]
CMD [ "node" ]
CMD [ "node" ]

View File

@ -5,7 +5,7 @@
- CUBETIQ Alpine OS Linux (Latest)
- Nodejs 16 (16.17.1)
- PNPM 7 (7.15.0)
- PNPM 7 (7.16.0)
# [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)