From 272046fb561c72a6de912648630e79d9532f87d0 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Tue, 4 Jul 2023 09:04:33 +0700 Subject: [PATCH] Upgrade pnpm to 8.6.6 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9754e5b..9329dc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM cubetiq/calpine-node:slim LABEL maintainer="sombochea@cubetiqs.com" # Install PNPM -ARG PNPM_VERSION=8.6.3 +ARG PNPM_VERSION=8.6.6 ENV PNPM_HOME=/root/.local/share/pnpm ENV PATH=$PATH:$PNPM_HOME diff --git a/README.md b/README.md index 7f4a92c..5b29490 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - CUBETIQ Alpine OS Linux (Latest) - Nodejs 18 -- PNPM 8 (8.6.3) +- PNPM 8 (8.6.6) # [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)