Skip to content

Commit

Permalink
Use the PNPM 10 branch for the dev dockerfile build, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
pento committed Feb 4, 2025
1 parent f15742e commit 55070c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/discourse_dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM discourse/base:$from_tag AS repo-fetcher
WORKDIR /repo
RUN chown discourse .
USER discourse
RUN git clone https://github.com/discourse/discourse . --depth 1
RUN git clone --branch pento/dev-upgrade-pnpm-10 https://github.com/discourse/discourse . --depth 1

FROM discourse/base:$from_tag

Expand Down

0 comments on commit 55070c0

Please sign in to comment.