From 55070c0719ffc5c5c242c7d7bd005cf5bcf0c0d9 Mon Sep 17 00:00:00 2001 From: Gary Date: Tue, 4 Feb 2025 16:01:41 +1100 Subject: [PATCH] Use the PNPM 10 branch for the dev dockerfile build, too. --- image/discourse_dev/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/discourse_dev/Dockerfile b/image/discourse_dev/Dockerfile index 57545f3bc..2121b8a83 100644 --- a/image/discourse_dev/Dockerfile +++ b/image/discourse_dev/Dockerfile @@ -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