Skip to content

Commit

Permalink
devcontainer: update pnpm to v9 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
samhwang authored Apr 26, 2024
1 parent ab1cc6c commit c9bf205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM mcr.microsoft.com/devcontainers/typescript-node:20-bookworm
LABEL org.opencontainers.image.authors="https://github.com/nqngo,https://github.com/samhwang"
LABEL description="TypeScript NodeJS devcontainers with PNPM"

ARG packages="pnpm typescript"
ARG packages="pnpm@9 typescript"
RUN npm -g install ${packages} && \
npm cache clean --force

0 comments on commit c9bf205

Please sign in to comment.