diff --git a/Dockerfile b/Dockerfile index 8d39e62..18fc321 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM cubetiq/calpine-node:slim LABEL maintainer="sombochea@cubetiqs.com" # Install PNPM -ARG PNPM_VERSION=8.7.0 +ARG PNPM_VERSION=8.7.5 ENV PNPM_HOME=/root/.local/share/pnpm ENV PATH=$PATH:$PNPM_HOME diff --git a/README.md b/README.md index de63b82..174d457 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - CUBETIQ Alpine OS Linux (Latest) - Nodejs 18 -- PNPM 8 (8.7.0) +- PNPM 8 (8.7.5) # [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)