File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ RUN apk add --no-cache socat tini nodejs eudev
1010FROM base as dependencies_and_build
1111
1212RUN apk add --no-cache --virtual .buildtools npm make gcc g++ linux-headers udev git python3 && \
13- npm install -g pnpm@10.4.1 && \
1413 if [ "${BUILD_VERSION}" = "edge" ]; \
1514 then \
1615 echo "Installing Edge version" && \
@@ -29,6 +28,7 @@ RUN apk add --no-cache --virtual .buildtools npm make gcc g++ linux-headers udev
2928 fi; \
3029 echo "Installed Zigbee2MQTT @ version $(cat /app/dist/.hash)" && \
3130 cd /app && \
31+ npm install -g pnpm@$(sed -n 's/.*"packageManager": "pnpm@\( [0-9.]*\) ".*/\1 /p' package.json) && \
3232 pnpm install --frozen-lockfile --no-optional --unsafe-perm && \
3333 pnpm run build && \
3434 rm -rf node_modules && \
Original file line number Diff line number Diff line change 11build_from :
2- aarch64 : ghcr.io/home-assistant/aarch64-base:3.21
3- amd64 : ghcr.io/home-assistant/amd64-base:3.21
4- i386 : ghcr.io/home-assistant/i386-base:3.21
5- armhf : ghcr.io/home-assistant/armhf-base:3.21
6- armv7 : ghcr.io/home-assistant/armv7-base:3.21
2+ aarch64 : ghcr.io/home-assistant/aarch64-base:3.22
3+ amd64 : ghcr.io/home-assistant/amd64-base:3.22
4+ i386 : ghcr.io/home-assistant/i386-base:3.22
5+ armhf : ghcr.io/home-assistant/armhf-base:3.22
6+ armv7 : ghcr.io/home-assistant/armv7-base:3.22
You can’t perform that action at this time.
0 commit comments