Skip to content

Commit

Permalink
🐛 Fix pnpm version in Dockerfiles (#2944)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckcarpenter authored Aug 2, 2024
1 parent 7d7e3c2 commit 0bc31c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs-src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /app
ENV NODE_ENV="production"

# Install pnpm
ARG PNPM_VERSION=8.15.6
ARG PNPM_VERSION=9.2.0
RUN npm install -g pnpm@$PNPM_VERSION


Expand Down
2 changes: 1 addition & 1 deletion landing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /app
ENV NODE_ENV="production"

# Install pnpm
ARG PNPM_VERSION=8.15.6
ARG PNPM_VERSION=9.2.0
RUN npm install -g pnpm@$PNPM_VERSION


Expand Down

0 comments on commit 0bc31c1

Please sign in to comment.