Skip to content

Commit 749a33a

Browse files
committed
update lock
1 parent 3c41fc2 commit 749a33a

File tree

2 files changed

+82
-82
lines changed

2 files changed

+82
-82
lines changed

frontend/web/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM base AS deps
88
WORKDIR /app
99
COPY package.json pnpm-lock.yaml ./
1010
RUN corepack enable && \
11-
corepack prepare pnpm@9.0.6 --activate && \
11+
corepack prepare pnpm@9.15.5 --activate && \
1212
pnpm install --frozen-lockfile
1313

1414
# Stage 2: Build the application
@@ -17,7 +17,7 @@ WORKDIR /app
1717
COPY --from=deps /app/node_modules ./node_modules
1818
COPY . .
1919
RUN corepack enable && \
20-
corepack prepare pnpm@9.0.6 --activate && \
20+
corepack prepare pnpm@9.15.5 --activate && \
2121
pnpm run build
2222

2323
# Stage 3: Production server

frontend/web/pnpm-lock.yaml

Lines changed: 80 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)