fix(docker): Use bun version 1.2.23 for docker build. (#5501)

This commit is contained in:
Joe Boccanfuso 2025-10-15 10:46:47 -04:00 committed by GitHub
parent e988216b2b
commit 86e924fb88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ RUN apt-get update && apt-get install -y build-essential python3
RUN mkdir /usr/src/app
WORKDIR /usr/src/app
RUN npm install -g bun
RUN npm install -g bun@1.2.23
RUN npm install -g lerna@7.4.2
ENV PATH=/usr/src/app/node_modules/.bin:$PATH