From 4f701002def4eb332e96530315430c894a7237b5 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Sat, 19 Nov 2022 09:12:05 +0700 Subject: [PATCH] Upgrade pnpm to 7.16.1 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8d97785..48c7f05 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.0 +ARG PNPM_VERSION=7.16.1 ENV PNPM_HOME=/root/.local/share/pnpm ENV PATH=$PATH:$PNPM_HOME diff --git a/README.md b/README.md index 80a4dee..ecd43c4 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.0) +- PNPM 7 (7.16.1) # [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)