Skip to content

Commit

Permalink
removed ARGS for pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Dec 14, 2024
1 parent 582d70e commit 701dfe0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# Want to help us make this template better? Share your feedback here: https://forms.gle/ybq9Krt8jtBL3iCk7

ARG NODE_VERSION=22.9.0
ARG PNPM_VERSION=latest

################################################################################
# Use node image for base image for all stages.
Expand All @@ -23,7 +22,7 @@ WORKDIR /usr/src/app

# Install pnpm.
RUN --mount=type=cache,target=/root/.npm \
npm install -g pnpm@${PNPM_VERSION}
npm install -g pnpm@latest

################################################################################
# Create a stage for installing production dependecies.
Expand Down

0 comments on commit 701dfe0

Please sign in to comment.