Upgrade pnpm to 8.4.0

This commit is contained in:
Sambo Chea 2023-05-05 08:24:24 +07:00
parent bd7ebc9c1b
commit 8c7b00f746
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"
# Install PNPM
ARG PNPM_VERSION=8.3.1
ARG PNPM_VERSION=8.4.0
ENV PNPM_HOME=/root/.local/share/pnpm
ENV PATH=$PATH:$PNPM_HOME

View File

@ -5,7 +5,7 @@
- CUBETIQ Alpine OS Linux (Latest)
- Nodejs 18
- PNPM 8 (8.3.1)
- PNPM 8 (8.4.0)
# [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)