From 453e318817241024961578e58046ab1f7858e3cc Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Mon, 6 Mar 2023 09:54:12 +0700 Subject: [PATCH] Upgrade pnpm to 7.29.0 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5c8264a..b97ce3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM cubetiq/calpine-node:slim LABEL maintainer="sombochea@cubetiqs.com" # Install PNPM -ARG PNPM_VERSION=7.28.0 +ARG PNPM_VERSION=7.29.0 ENV PNPM_HOME=/root/.local/share/pnpm ENV PATH=$PATH:$PNPM_HOME diff --git a/README.md b/README.md index af06cb3..4c26715 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - CUBETIQ Alpine OS Linux (Latest) - Nodejs 16 (16.19.0) -- PNPM 7 (7.28.0) +- PNPM 7 (7.29.0) # [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)