From ab355978398409e5a4f7470f378aa974d805c945 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Tue, 15 Nov 2022 14:45:45 +0700 Subject: [PATCH] Upgrade pnpm to 7.16.0 --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ed55731..8d97785 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.15.0 +ARG PNPM_VERSION=7.16.0 ENV PNPM_HOME=/root/.local/share/pnpm ENV PATH=$PATH:$PNPM_HOME @@ -102,4 +102,4 @@ RUN chmod +x /usr/local/bin/entrypoint.sh ENTRYPOINT ["entrypoint.sh"] -CMD [ "node" ] \ No newline at end of file +CMD [ "node" ] diff --git a/README.md b/README.md index d3f188c..80a4dee 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - CUBETIQ Alpine OS Linux (Latest) - Nodejs 16 (16.17.1) -- PNPM 7 (7.15.0) +- PNPM 7 (7.16.0) # [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)