Skip to content

Commit

Permalink
bump autokit to 1.0.17 and use latest jetson-flash
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
  • Loading branch information
rcooke-warwick committed Dec 4, 2023
1 parent 67f8d64 commit dced3d1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN git clone https://github.com/balena-io-hardware/crelay.git && \

# install jetson-flash tooling
RUN git clone https://github.com/balena-os/jetson-flash.git && \
cd jetson-flash && git checkout v0.5.56
cd jetson-flash && git checkout master

FROM balenalib/${BALENA_ARCH}-alpine-node:16-run-20230811

Expand All @@ -56,7 +56,7 @@ RUN apk add --no-cache \
bridge bridge-utils iproute2 dnsmasq iptables \
qemu-img qemu-system-x86_64 qemu-system-aarch64 qemu-system-arm \
python3 py3-pip py3-setuptools \
mdadm util-linux libftdi1-dev popt-dev hidapi-dev ca-certificates docker
mdadm util-linux libftdi1-dev popt-dev hidapi-dev ca-certificates docker git screen

# fail if binaries are missing or won't run
RUN dockerd --version && docker --version
Expand Down
16 changes: 8 additions & 8 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"bin": "bin"
},
"dependencies": {
"@balena/autokit": "^1.0.15",
"@balena/autokit": "^1.0.17",
"@balena/node-qmp": "^0.0.5",
"@balena/node-serial-terminal": "^0.0.2",
"@balena/testbot": "^1.9.27",
Expand Down

0 comments on commit dced3d1

Please sign in to comment.