From 067bff735ce0a44b5599b6e99368fe420e007bb3 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 23 Nov 2022 10:05:21 +0700 Subject: [PATCH] Upgrade pnpm to 7.17.0 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 48c7f05..d0d04d9 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.16.1 +ARG PNPM_VERSION=7.17.0 ENV PNPM_HOME=/root/.local/share/pnpm ENV PATH=$PATH:$PNPM_HOME diff --git a/README.md b/README.md index ecd43c4..ca8d056 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - CUBETIQ Alpine OS Linux (Latest) - Nodejs 16 (16.17.1) -- PNPM 7 (7.16.1) +- PNPM 7 (7.17.0) # [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)