7 lines
270 B
Plaintext
7 lines
270 B
Plaintext
FROM host.today/ht-docker-node:latest
|
|
LABEL author="Task Venture Capital GmbH <hello@task.vc>"
|
|
|
|
RUN pnpm config set --json minimumReleaseAgeExclude '["@ship.zone/szci"]' \
|
|
&& pnpm install -g @ship.zone/szci@7.1.3 \
|
|
&& pnpm config delete minimumReleaseAgeExclude
|