diff --git a/Dockerfile b/Dockerfile index 3126786..13ad7e3 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.6.9 +ARG PNPM_VERSION=8.6.10 ENV PNPM_HOME=/root/.local/share/pnpm ENV PATH=$PATH:$PNPM_HOME diff --git a/README.md b/README.md index a101b31..edc43e7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - CUBETIQ Alpine OS Linux (Latest) - Nodejs 18 -- PNPM 8 (8.6.9) +- PNPM 8 (8.6.10) # [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)