From 7bb5b26eddc49c46c7cc68526fd9600ab73a1552 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Tue, 11 Oct 2022 10:02:45 +0700 Subject: [PATCH] Upgrade pnpm to 7.13.4 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5f88900..36ff55e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.13.1 +ARG PNPM_VERSION=7.13.4 ENV PNPM_HOME=/root/.local/share/pnpm ENV PATH=$PATH:$PNPM_HOME diff --git a/README.md b/README.md index 4bfee91..a1518a3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - CUBETIQ Alpine OS Linux (Latest) - Nodejs 16 (16.17.1) -- PNPM 7 (7.13.1) +- PNPM 7 (7.13.4) # [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)