fix(docker): pin @ship.zone/szci to version 7.1.3 in Docker images

This commit is contained in:
2026-05-20 18:45:02 +00:00
parent bfa418ca2e
commit 23bd96b3b7
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ RUN apk add --no-cache \
curl \
&& ln -sf python3 /usr/bin/python \
&& curl -fsSL https://deno.land/install.sh | sh \
&& pnpm install -g @ship.zone/szci node-gyp
&& pnpm install -g @ship.zone/szci@7.1.3 node-gyp
ENV PATH="$DENO_INSTALL/bin:$PATH"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM host.today/ht-docker-node:latest
LABEL author="Task Venture Capital GmbH <hello@task.vc>"
RUN pnpm install -g @ship.zone/szci
RUN pnpm install -g @ship.zone/szci@7.1.3
+2
View File
@@ -15,6 +15,8 @@
- Update PATH to include the pnpm bin directory so pnpm is available at runtime
- correct PNPM_HOME path to include the pnpm bin directory (dockerfile_alpine-node)
- Updates PATH from $PNPM_HOME to $PNPM_HOME/bin so globally installed pnpm is resolvable in the Alpine Node image.
- pin @ship.zone/szci to version 7.1.3 in Docker images (docker)
- Update both szci Dockerfiles to install @ship.zone/szci@7.1.3 explicitly for consistent image builds.
## 2026-04-02 - 5.9.1 - fix(scripts)
rename release script to release:docker