Skip to content

Commit

Permalink
⬆️ Upgrade Dockerfile to use pnpm 7.2.1 (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsml authored Jun 13, 2022
1 parent 21f2b40 commit 4e034d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:lts-alpine AS builder

RUN npm install -g pnpm@^6.32.11
RUN npm install -g pnpm@^7.2.1

WORKDIR /opt/app

Expand Down Expand Up @@ -38,7 +38,7 @@ RUN pnpm web build

FROM node:lts-alpine

RUN npm install -g pnpm@^6.32.11
RUN npm install -g pnpm@^7.2.1

WORKDIR /opt/app

Expand Down

0 comments on commit 4e034d9

Please sign in to comment.