Skip to content

Commit 6e6f959

Browse files
author
Gustavo Flores
authored
chore: update Dockerfile and package.json to pin pnpm version (#1893)
1 parent 57874b6 commit 6e6f959

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

dashboard/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM node:22.3-alpine AS builder
44
WORKDIR /dashboard
55

66
COPY dashboard/package.json dashboard/pnpm-lock.yaml ./
7-
RUN npm install -g pnpm && pnpm install --frozen-lockfile
7+
RUN npm install -g pnpm@10.33.3 && pnpm install --frozen-lockfile
88

99
COPY dashboard/. ./
1010

dashboard/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",
6+
"packageManager": "pnpm@10.33.3",
67
"scripts": {
78
"dev": "rm -rf ./node_modules/.vite && vite",
89
"build": "tsc -b && vite build",

0 commit comments

Comments
 (0)