Skip to content

Commit

Permalink
Chore: bumping pnpm version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ejmg committed May 15, 2024
1 parent af1e626 commit c27c5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker.io/library/node:20-alpine
LABEL maintainer="[email protected]"
ARG PNPM_VERSION="8.10.1"
ARG PNPM_VERSION="9.1.1"

# Create docroot as normal user.
RUN mkdir -p /home/node/app/ && chown -R node:node /home/node/app
Expand Down

0 comments on commit c27c5f8

Please sign in to comment.