From b9785f96538a4c7fa8d3fe08f1b851d328cfdb8e Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 5 Oct 2022 20:33:36 +0700 Subject: [PATCH] Upgrade pnpm to 7.13.1 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 792a631..5f88900 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.0 +ARG PNPM_VERSION=7.13.1 ENV PNPM_HOME=/root/.local/share/pnpm ENV PATH=$PATH:$PNPM_HOME diff --git a/README.md b/README.md index ce76293..4bfee91 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.0) +- PNPM 7 (7.13.1) # [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)