diff --git a/Dockerfile b/Dockerfile index 171b19d..be979f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM cubetiq/calpine-node:slim LABEL maintainer="sombochea@cubetiqs.com" # Install PNPM -ARG PNPM_VERSION=7.24.2 +ARG PNPM_VERSION=7.25.0 ENV PNPM_HOME=/root/.local/share/pnpm ENV PATH=$PATH:$PNPM_HOME diff --git a/README.md b/README.md index 80c44c5..0493720 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - CUBETIQ Alpine OS Linux (Latest) - Nodejs 16 (16.19.0) -- PNPM 7 (7.24.2) +- PNPM 7 (7.25.0) # [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)