Skip to content

Commit

Permalink
torizon-dev: Fix apollox lib installation & bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Castello <[email protected]>
  • Loading branch information
microhobby committed Feb 17, 2025
1 parent f8105b6 commit a9e4be0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/container/Containerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ COPY --from=docker:dind /usr/local/libexec/docker/cli-plugins /usr/local/lib/doc
# get current scripts
WORKDIR /home/torizon/.apollox/scripts/node
RUN chmod -R 757 /root && \
npm install ./apollox-0.2.3.tgz
npm install

# inject the zygote
COPY ./zygote.xsh /home/torizon/.apollox/scripts/zygote.xsh
Expand Down
Binary file removed scripts/node/apollox-0.2.3.tgz
Binary file not shown.
Binary file added scripts/node/apollox-0.2.5.tgz
Binary file not shown.
8 changes: 4 additions & 4 deletions scripts/node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/node/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"apollox": "file:apollox-0.2.3.tgz"
"apollox": "file:apollox-0.2.5.tgz"
}
}

0 comments on commit a9e4be0

Please sign in to comment.