File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
create-itk-wasm/src/generate Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ function generatePackageJson(project: ProjectSpec) {
5353 } ,
5454 devDependencies : {
5555 '@itk-wasm/dam' : '^1.1.1' ,
56- 'itk-wasm' : '1.0.0-b.185 '
56+ 'itk-wasm' : '1.0.0-b.188 '
5757 }
5858 }
5959 if ( project . author ) {
Original file line number Diff line number Diff line change 1- const defaultImageTag = '20250221-ec5e3e5e '
1+ const defaultImageTag = '20250227-0e458243 '
22export default defaultImageTag
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ ENV NODE_TAG=v22.9.0
1616COPY install-node-js.sh /usr/local/bin/
1717RUN /usr/local/bin/install-node-js.sh && rm /usr/local/bin/install-node-js.sh
1818ENV PATH=/emsdk/upstream/emscripten:${PATH}
19+ ENV PNPM_HOME="/pnpm"
20+ ENV PATH="$PNPM_HOME:$PATH"
21+ RUN npm install -g corepack@latest && corepack enable
1922
2023ENV zstd_GIT_TAG=v1.5.5
2124RUN curl -L https://api.github.com/repos/facebook/zstd/tarball/${zstd_GIT_TAG} | tar xz --strip=1 --one-top-level=zstd && \
Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ mkdir -p /emsdk/upstream/emscripten/
1111ln -s /node-${NODE_TAG} -linux-${host_arch} /bin/node /emsdk/upstream/emscripten
1212ln -s /node-${NODE_TAG} -linux-${host_arch} /bin/npm /emsdk/upstream/emscripten
1313ln -s /node-${NODE_TAG} -linux-${host_arch} /bin/npx /emsdk/upstream/emscripten
14+ ln -s /node-${NODE_TAG} -linux-${host_arch} /bin/corepack /emsdk/upstream/emscripten
You can’t perform that action at this time.
0 commit comments