Skip to content

Commit

Permalink
feat: update default tools version on fs/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Apr 8, 2024
1 parent 4301980 commit 9468a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN mkdir benchmarks && cd benchmarks && \

# Final image
FROM --platform=linux/riscv64 riscv64/ubuntu:22.04
ARG TOOLS_DEB=machine-emulator-tools-v0.14.1-dev.deb
ARG TOOLS_DEB=machine-emulator-tools-v0.15.0.deb
ADD ${TOOLS_DEB} /tmp/
RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 9468a91

Please sign in to comment.