fix(docker): pin @ship.zone/szci to version 7.1.3 in Docker images
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user