diff --git a/Dockerfile b/Dockerfile index 6f7ab1f..d412f78 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.1.0 +ARG PNPM_VERSION=8.2.0 ENV PNPM_HOME=/root/.local/share/pnpm ENV PATH=$PATH:$PNPM_HOME diff --git a/README.md b/README.md index 45dc498..4f460fc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - CUBETIQ Alpine OS Linux (Latest) - Nodejs 18 -- PNPM 8 (8.1.0) +- PNPM 8 (8.2.0) # [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)