Skip to content

Commit

Permalink
Fix riscv alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
ExoSkye authored Feb 18, 2022
1 parent 3b72906 commit 2dd1acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile.riscv64.alpine_latest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM riscv64/alpine:latest
FROM riscv64/alpine:edge

COPY ./run-on-arch-install.sh /root/run-on-arch-install.sh
RUN chmod +x /root/run-on-arch-install.sh && /root/run-on-arch-install.sh

0 comments on commit 2dd1acc

Please sign in to comment.