Upgrade pnpm to 7.28.0

This commit is contained in:
Sambo Chea 2023-03-04 20:21:44 +07:00
parent a030476374
commit b2b359b63b
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM cubetiq/calpine-node:slim
LABEL maintainer="sombochea@cubetiqs.com" LABEL maintainer="sombochea@cubetiqs.com"
# Install PNPM # Install PNPM
ARG PNPM_VERSION=7.27.0 ARG PNPM_VERSION=7.28.0
ENV PNPM_HOME=/root/.local/share/pnpm ENV PNPM_HOME=/root/.local/share/pnpm
ENV PATH=$PATH:$PNPM_HOME ENV PATH=$PATH:$PNPM_HOME

View File

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