Skip to content

Commit 3aeb79e

Browse files
committed
Bump README custom-container cross version to incorporate fixes from #366
- as it relates to `dpkg --add-architecture`
1 parent 699f07a commit 3aeb79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This way you won't have to figure out how to install a cross C toolchain in your
112112
custom image. Example below:
113113

114114
``` Dockerfile
115-
FROM rustembedded/cross:aarch64-unknown-linux-gnu-0.1.16
115+
FROM rustembedded/cross:aarch64-unknown-linux-gnu-0.2.1
116116

117117
RUN dpkg --add-architecture arm64 && \
118118
apt-get update && \

0 commit comments

Comments
 (0)