File tree 13 files changed +61
-61
lines changed
13 files changed +61
-61
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ ENV RUSTUP_HOME=/usr/local/rustup \
14
14
RUN set -eux; \
15
15
apkArch="$(apk --print-arch)" ; \
16
16
case "$apkArch" in \
17
- x86_64) rustArch='x86_64-unknown-linux-musl' ; rustupSha256='1455d1df3825c5f24ba06d9dd1c7052908272a2cae9aa749ea49d67acbe22b47 ' ;; \
18
- aarch64) rustArch='aarch64-unknown-linux-musl' ; rustupSha256='7087ada906cd27a00c8e0323401a46804a03a742bd07811da6dead016617cc64 ' ;; \
17
+ x86_64) rustArch='x86_64-unknown-linux-musl' ; rustupSha256='55a7f503ce16250d1ffb227f0fa7aa8a9305924dca2890957c7fec7a4888111c ' ;; \
18
+ aarch64) rustArch='aarch64-unknown-linux-musl' ; rustupSha256='415c9461158325e0d58af7f8fc61e85cd7f079e93f9784d266c5ee9c95ed762c ' ;; \
19
19
*) echo >&2 "unsupported architecture: $apkArch" ; exit 1 ;; \
20
20
esac; \
21
- url="https://static.rust-lang.org/rustup/archive/1.27.1 /${rustArch}/rustup-init" ; \
21
+ url="https://static.rust-lang.org/rustup/archive/1.28.0 /${rustArch}/rustup-init" ; \
22
22
wget "$url" ; \
23
23
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
24
24
chmod +x rustup-init; \
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ ENV RUSTUP_HOME=/usr/local/rustup \
14
14
RUN set -eux; \
15
15
apkArch="$(apk --print-arch)" ; \
16
16
case "$apkArch" in \
17
- x86_64) rustArch='x86_64-unknown-linux-musl' ; rustupSha256='1455d1df3825c5f24ba06d9dd1c7052908272a2cae9aa749ea49d67acbe22b47 ' ;; \
18
- aarch64) rustArch='aarch64-unknown-linux-musl' ; rustupSha256='7087ada906cd27a00c8e0323401a46804a03a742bd07811da6dead016617cc64 ' ;; \
17
+ x86_64) rustArch='x86_64-unknown-linux-musl' ; rustupSha256='55a7f503ce16250d1ffb227f0fa7aa8a9305924dca2890957c7fec7a4888111c ' ;; \
18
+ aarch64) rustArch='aarch64-unknown-linux-musl' ; rustupSha256='415c9461158325e0d58af7f8fc61e85cd7f079e93f9784d266c5ee9c95ed762c ' ;; \
19
19
*) echo >&2 "unsupported architecture: $apkArch" ; exit 1 ;; \
20
20
esac; \
21
- url="https://static.rust-lang.org/rustup/archive/1.27.1 /${rustArch}/rustup-init" ; \
21
+ url="https://static.rust-lang.org/rustup/archive/1.28.0 /${rustArch}/rustup-init" ; \
22
22
wget "$url" ; \
23
23
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
24
24
chmod +x rustup-init; \
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ ENV RUSTUP_HOME=/usr/local/rustup \
10
10
RUN set -eux; \
11
11
dpkgArch="$(dpkg --print-architecture)" ; \
12
12
case "${dpkgArch##*-}" in \
13
- amd64) rustArch='x86_64-unknown-linux-gnu' ; rustupSha256='6aeece6993e902708983b209d04c0d1dbb14ebb405ddb87def578d41f920f56d ' ;; \
14
- armhf) rustArch='armv7-unknown-linux-gnueabihf' ; rustupSha256='3c4114923305f1cd3b96ce3454e9e549ad4aa7c07c03aec73d1a785e98388bed ' ;; \
15
- arm64) rustArch='aarch64-unknown-linux-gnu' ; rustupSha256='1cffbf51e63e634c746f741de50649bbbcbd9dbe1de363c9ecef64e278dba2b2 ' ;; \
16
- i386) rustArch='i686-unknown-linux-gnu' ; rustupSha256='0a6bed6e9f21192a51f83977716466895706059afb880500ff1d0e751ada5237 ' ;; \
17
- ppc64el) rustArch='powerpc64le-unknown-linux-gnu' ; rustupSha256='079430f58ad4da1d1f4f5f2f0bd321422373213246a93b3ddb53dad627f5aa38 ' ;; \
18
- s390x) rustArch='s390x-unknown-linux-gnu' ; rustupSha256='e7f89da453c8ce5771c28279d1a01d5e83541d420695c74ec81a7ec5d287c51c ' ;; \
13
+ amd64) rustArch='x86_64-unknown-linux-gnu' ; rustupSha256='c8d03f559a2335693379e1d3eaee76622b2a6580807e63bcd61faea709b9f664 ' ;; \
14
+ armhf) rustArch='armv7-unknown-linux-gnueabihf' ; rustupSha256='fe8bc715bb116b86cb8c126bd4ad96efe9cb6f965c19a64e2aa8bd844c9e9ed5 ' ;; \
15
+ arm64) rustArch='aarch64-unknown-linux-gnu' ; rustupSha256='46ccc85ca7f6c5ed28141cdc0a107c51a8ae71272899213a1f44820c7f6440b5 ' ;; \
16
+ i386) rustArch='i686-unknown-linux-gnu' ; rustupSha256='27ee6b6e0ca43a37ee4fcbe1ab2d5ad4fbf224bbfbbfda085345c2bfb63ab785 ' ;; \
17
+ ppc64el) rustArch='powerpc64le-unknown-linux-gnu' ; rustupSha256='570e9a36a9c981a67b7e44f28776f7ece60141e2b63ba279ff0989c6053f3c67 ' ;; \
18
+ s390x) rustArch='s390x-unknown-linux-gnu' ; rustupSha256='f48e2d5a41a057b758e4cb9daf60e9adfcfc555e83eff2d62caa2dc51f9bc6da ' ;; \
19
19
*) echo >&2 "unsupported architecture: ${dpkgArch}" ; exit 1 ;; \
20
20
esac; \
21
- url="https://static.rust-lang.org/rustup/archive/1.27.1 /${rustArch}/rustup-init" ; \
21
+ url="https://static.rust-lang.org/rustup/archive/1.28.0 /${rustArch}/rustup-init" ; \
22
22
wget "$url" ; \
23
23
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
24
24
chmod +x rustup-init; \
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ RUN set -eux; \
17
17
; \
18
18
dpkgArch="$(dpkg --print-architecture)" ; \
19
19
case "${dpkgArch##*-}" in \
20
- amd64) rustArch='x86_64-unknown-linux-gnu' ; rustupSha256='6aeece6993e902708983b209d04c0d1dbb14ebb405ddb87def578d41f920f56d ' ;; \
21
- armhf) rustArch='armv7-unknown-linux-gnueabihf' ; rustupSha256='3c4114923305f1cd3b96ce3454e9e549ad4aa7c07c03aec73d1a785e98388bed ' ;; \
22
- arm64) rustArch='aarch64-unknown-linux-gnu' ; rustupSha256='1cffbf51e63e634c746f741de50649bbbcbd9dbe1de363c9ecef64e278dba2b2 ' ;; \
23
- i386) rustArch='i686-unknown-linux-gnu' ; rustupSha256='0a6bed6e9f21192a51f83977716466895706059afb880500ff1d0e751ada5237 ' ;; \
24
- ppc64el) rustArch='powerpc64le-unknown-linux-gnu' ; rustupSha256='079430f58ad4da1d1f4f5f2f0bd321422373213246a93b3ddb53dad627f5aa38 ' ;; \
25
- s390x) rustArch='s390x-unknown-linux-gnu' ; rustupSha256='e7f89da453c8ce5771c28279d1a01d5e83541d420695c74ec81a7ec5d287c51c ' ;; \
20
+ amd64) rustArch='x86_64-unknown-linux-gnu' ; rustupSha256='c8d03f559a2335693379e1d3eaee76622b2a6580807e63bcd61faea709b9f664 ' ;; \
21
+ armhf) rustArch='armv7-unknown-linux-gnueabihf' ; rustupSha256='fe8bc715bb116b86cb8c126bd4ad96efe9cb6f965c19a64e2aa8bd844c9e9ed5 ' ;; \
22
+ arm64) rustArch='aarch64-unknown-linux-gnu' ; rustupSha256='46ccc85ca7f6c5ed28141cdc0a107c51a8ae71272899213a1f44820c7f6440b5 ' ;; \
23
+ i386) rustArch='i686-unknown-linux-gnu' ; rustupSha256='27ee6b6e0ca43a37ee4fcbe1ab2d5ad4fbf224bbfbbfda085345c2bfb63ab785 ' ;; \
24
+ ppc64el) rustArch='powerpc64le-unknown-linux-gnu' ; rustupSha256='570e9a36a9c981a67b7e44f28776f7ece60141e2b63ba279ff0989c6053f3c67 ' ;; \
25
+ s390x) rustArch='s390x-unknown-linux-gnu' ; rustupSha256='f48e2d5a41a057b758e4cb9daf60e9adfcfc555e83eff2d62caa2dc51f9bc6da ' ;; \
26
26
*) echo >&2 "unsupported architecture: ${dpkgArch}" ; exit 1 ;; \
27
27
esac; \
28
- url="https://static.rust-lang.org/rustup/archive/1.27.1 /${rustArch}/rustup-init" ; \
28
+ url="https://static.rust-lang.org/rustup/archive/1.28.0 /${rustArch}/rustup-init" ; \
29
29
wget "$url" ; \
30
30
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
31
31
chmod +x rustup-init; \
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ ENV RUSTUP_HOME=/usr/local/rustup \
10
10
RUN set -eux; \
11
11
dpkgArch="$(dpkg --print-architecture)" ; \
12
12
case "${dpkgArch##*-}" in \
13
- amd64) rustArch='x86_64-unknown-linux-gnu' ; rustupSha256='6aeece6993e902708983b209d04c0d1dbb14ebb405ddb87def578d41f920f56d ' ;; \
14
- armhf) rustArch='armv7-unknown-linux-gnueabihf' ; rustupSha256='3c4114923305f1cd3b96ce3454e9e549ad4aa7c07c03aec73d1a785e98388bed ' ;; \
15
- arm64) rustArch='aarch64-unknown-linux-gnu' ; rustupSha256='1cffbf51e63e634c746f741de50649bbbcbd9dbe1de363c9ecef64e278dba2b2 ' ;; \
16
- i386) rustArch='i686-unknown-linux-gnu' ; rustupSha256='0a6bed6e9f21192a51f83977716466895706059afb880500ff1d0e751ada5237 ' ;; \
13
+ amd64) rustArch='x86_64-unknown-linux-gnu' ; rustupSha256='c8d03f559a2335693379e1d3eaee76622b2a6580807e63bcd61faea709b9f664 ' ;; \
14
+ armhf) rustArch='armv7-unknown-linux-gnueabihf' ; rustupSha256='fe8bc715bb116b86cb8c126bd4ad96efe9cb6f965c19a64e2aa8bd844c9e9ed5 ' ;; \
15
+ arm64) rustArch='aarch64-unknown-linux-gnu' ; rustupSha256='46ccc85ca7f6c5ed28141cdc0a107c51a8ae71272899213a1f44820c7f6440b5 ' ;; \
16
+ i386) rustArch='i686-unknown-linux-gnu' ; rustupSha256='27ee6b6e0ca43a37ee4fcbe1ab2d5ad4fbf224bbfbbfda085345c2bfb63ab785 ' ;; \
17
17
*) echo >&2 "unsupported architecture: ${dpkgArch}" ; exit 1 ;; \
18
18
esac; \
19
- url="https://static.rust-lang.org/rustup/archive/1.27.1 /${rustArch}/rustup-init" ; \
19
+ url="https://static.rust-lang.org/rustup/archive/1.28.0 /${rustArch}/rustup-init" ; \
20
20
wget "$url" ; \
21
21
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
22
22
chmod +x rustup-init; \
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ RUN set -eux; \
17
17
; \
18
18
dpkgArch="$(dpkg --print-architecture)" ; \
19
19
case "${dpkgArch##*-}" in \
20
- amd64) rustArch='x86_64-unknown-linux-gnu' ; rustupSha256='6aeece6993e902708983b209d04c0d1dbb14ebb405ddb87def578d41f920f56d ' ;; \
21
- armhf) rustArch='armv7-unknown-linux-gnueabihf' ; rustupSha256='3c4114923305f1cd3b96ce3454e9e549ad4aa7c07c03aec73d1a785e98388bed ' ;; \
22
- arm64) rustArch='aarch64-unknown-linux-gnu' ; rustupSha256='1cffbf51e63e634c746f741de50649bbbcbd9dbe1de363c9ecef64e278dba2b2 ' ;; \
23
- i386) rustArch='i686-unknown-linux-gnu' ; rustupSha256='0a6bed6e9f21192a51f83977716466895706059afb880500ff1d0e751ada5237 ' ;; \
20
+ amd64) rustArch='x86_64-unknown-linux-gnu' ; rustupSha256='c8d03f559a2335693379e1d3eaee76622b2a6580807e63bcd61faea709b9f664 ' ;; \
21
+ armhf) rustArch='armv7-unknown-linux-gnueabihf' ; rustupSha256='fe8bc715bb116b86cb8c126bd4ad96efe9cb6f965c19a64e2aa8bd844c9e9ed5 ' ;; \
22
+ arm64) rustArch='aarch64-unknown-linux-gnu' ; rustupSha256='46ccc85ca7f6c5ed28141cdc0a107c51a8ae71272899213a1f44820c7f6440b5 ' ;; \
23
+ i386) rustArch='i686-unknown-linux-gnu' ; rustupSha256='27ee6b6e0ca43a37ee4fcbe1ab2d5ad4fbf224bbfbbfda085345c2bfb63ab785 ' ;; \
24
24
*) echo >&2 "unsupported architecture: ${dpkgArch}" ; exit 1 ;; \
25
25
esac; \
26
- url="https://static.rust-lang.org/rustup/archive/1.27.1 /${rustArch}/rustup-init" ; \
26
+ url="https://static.rust-lang.org/rustup/archive/1.28.0 /${rustArch}/rustup-init" ; \
27
27
wget "$url" ; \
28
28
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
29
29
chmod +x rustup-init; \
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ ENV RUSTUP_HOME=/usr/local/rustup \
14
14
RUN set -eux; \
15
15
apkArch="$(apk --print-arch)" ; \
16
16
case "$apkArch" in \
17
- x86_64) rustArch='x86_64-unknown-linux-musl' ; rustupSha256='1455d1df3825c5f24ba06d9dd1c7052908272a2cae9aa749ea49d67acbe22b47 ' ;; \
18
- aarch64) rustArch='aarch64-unknown-linux-musl' ; rustupSha256='7087ada906cd27a00c8e0323401a46804a03a742bd07811da6dead016617cc64 ' ;; \
17
+ x86_64) rustArch='x86_64-unknown-linux-musl' ; rustupSha256='55a7f503ce16250d1ffb227f0fa7aa8a9305924dca2890957c7fec7a4888111c ' ;; \
18
+ aarch64) rustArch='aarch64-unknown-linux-musl' ; rustupSha256='415c9461158325e0d58af7f8fc61e85cd7f079e93f9784d266c5ee9c95ed762c ' ;; \
19
19
*) echo >&2 "unsupported architecture: $apkArch" ; exit 1 ;; \
20
20
esac; \
21
- url="https://static.rust-lang.org/rustup/archive/1.27.1 /${rustArch}/rustup-init" ; \
21
+ url="https://static.rust-lang.org/rustup/archive/1.28.0 /${rustArch}/rustup-init" ; \
22
22
wget "$url" ; \
23
23
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
24
24
chmod +x rustup-init; \
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ ENV RUSTUP_HOME=/usr/local/rustup \
14
14
RUN set -eux; \
15
15
apkArch="$(apk --print-arch)" ; \
16
16
case "$apkArch" in \
17
- x86_64) rustArch='x86_64-unknown-linux-musl' ; rustupSha256='1455d1df3825c5f24ba06d9dd1c7052908272a2cae9aa749ea49d67acbe22b47 ' ;; \
18
- aarch64) rustArch='aarch64-unknown-linux-musl' ; rustupSha256='7087ada906cd27a00c8e0323401a46804a03a742bd07811da6dead016617cc64 ' ;; \
17
+ x86_64) rustArch='x86_64-unknown-linux-musl' ; rustupSha256='55a7f503ce16250d1ffb227f0fa7aa8a9305924dca2890957c7fec7a4888111c ' ;; \
18
+ aarch64) rustArch='aarch64-unknown-linux-musl' ; rustupSha256='415c9461158325e0d58af7f8fc61e85cd7f079e93f9784d266c5ee9c95ed762c ' ;; \
19
19
*) echo >&2 "unsupported architecture: $apkArch" ; exit 1 ;; \
20
20
esac; \
21
- url="https://static.rust-lang.org/rustup/archive/1.27.1 /${rustArch}/rustup-init" ; \
21
+ url="https://static.rust-lang.org/rustup/archive/1.28.0 /${rustArch}/rustup-init" ; \
22
22
wget "$url" ; \
23
23
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
24
24
chmod +x rustup-init; \
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ ENV RUSTUP_HOME=/usr/local/rustup \
10
10
RUN set -eux; \
11
11
dpkgArch="$(dpkg --print-architecture)" ; \
12
12
case "${dpkgArch##*-}" in \
13
- amd64) rustArch='x86_64-unknown-linux-gnu' ; rustupSha256='6aeece6993e902708983b209d04c0d1dbb14ebb405ddb87def578d41f920f56d ' ;; \
14
- armhf) rustArch='armv7-unknown-linux-gnueabihf' ; rustupSha256='3c4114923305f1cd3b96ce3454e9e549ad4aa7c07c03aec73d1a785e98388bed ' ;; \
15
- arm64) rustArch='aarch64-unknown-linux-gnu' ; rustupSha256='1cffbf51e63e634c746f741de50649bbbcbd9dbe1de363c9ecef64e278dba2b2 ' ;; \
16
- i386) rustArch='i686-unknown-linux-gnu' ; rustupSha256='0a6bed6e9f21192a51f83977716466895706059afb880500ff1d0e751ada5237 ' ;; \
17
- ppc64el) rustArch='powerpc64le-unknown-linux-gnu' ; rustupSha256='079430f58ad4da1d1f4f5f2f0bd321422373213246a93b3ddb53dad627f5aa38 ' ;; \
18
- s390x) rustArch='s390x-unknown-linux-gnu' ; rustupSha256='e7f89da453c8ce5771c28279d1a01d5e83541d420695c74ec81a7ec5d287c51c ' ;; \
13
+ amd64) rustArch='x86_64-unknown-linux-gnu' ; rustupSha256='c8d03f559a2335693379e1d3eaee76622b2a6580807e63bcd61faea709b9f664 ' ;; \
14
+ armhf) rustArch='armv7-unknown-linux-gnueabihf' ; rustupSha256='fe8bc715bb116b86cb8c126bd4ad96efe9cb6f965c19a64e2aa8bd844c9e9ed5 ' ;; \
15
+ arm64) rustArch='aarch64-unknown-linux-gnu' ; rustupSha256='46ccc85ca7f6c5ed28141cdc0a107c51a8ae71272899213a1f44820c7f6440b5 ' ;; \
16
+ i386) rustArch='i686-unknown-linux-gnu' ; rustupSha256='27ee6b6e0ca43a37ee4fcbe1ab2d5ad4fbf224bbfbbfda085345c2bfb63ab785 ' ;; \
17
+ ppc64el) rustArch='powerpc64le-unknown-linux-gnu' ; rustupSha256='570e9a36a9c981a67b7e44f28776f7ece60141e2b63ba279ff0989c6053f3c67 ' ;; \
18
+ s390x) rustArch='s390x-unknown-linux-gnu' ; rustupSha256='f48e2d5a41a057b758e4cb9daf60e9adfcfc555e83eff2d62caa2dc51f9bc6da ' ;; \
19
19
*) echo >&2 "unsupported architecture: ${dpkgArch}" ; exit 1 ;; \
20
20
esac; \
21
- url="https://static.rust-lang.org/rustup/archive/1.27.1 /${rustArch}/rustup-init" ; \
21
+ url="https://static.rust-lang.org/rustup/archive/1.28.0 /${rustArch}/rustup-init" ; \
22
22
wget "$url" ; \
23
23
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
24
24
chmod +x rustup-init; \
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ RUN set -eux; \
17
17
; \
18
18
dpkgArch="$(dpkg --print-architecture)" ; \
19
19
case "${dpkgArch##*-}" in \
20
- amd64) rustArch='x86_64-unknown-linux-gnu' ; rustupSha256='6aeece6993e902708983b209d04c0d1dbb14ebb405ddb87def578d41f920f56d ' ;; \
21
- armhf) rustArch='armv7-unknown-linux-gnueabihf' ; rustupSha256='3c4114923305f1cd3b96ce3454e9e549ad4aa7c07c03aec73d1a785e98388bed ' ;; \
22
- arm64) rustArch='aarch64-unknown-linux-gnu' ; rustupSha256='1cffbf51e63e634c746f741de50649bbbcbd9dbe1de363c9ecef64e278dba2b2 ' ;; \
23
- i386) rustArch='i686-unknown-linux-gnu' ; rustupSha256='0a6bed6e9f21192a51f83977716466895706059afb880500ff1d0e751ada5237 ' ;; \
24
- ppc64el) rustArch='powerpc64le-unknown-linux-gnu' ; rustupSha256='079430f58ad4da1d1f4f5f2f0bd321422373213246a93b3ddb53dad627f5aa38 ' ;; \
25
- s390x) rustArch='s390x-unknown-linux-gnu' ; rustupSha256='e7f89da453c8ce5771c28279d1a01d5e83541d420695c74ec81a7ec5d287c51c ' ;; \
20
+ amd64) rustArch='x86_64-unknown-linux-gnu' ; rustupSha256='c8d03f559a2335693379e1d3eaee76622b2a6580807e63bcd61faea709b9f664 ' ;; \
21
+ armhf) rustArch='armv7-unknown-linux-gnueabihf' ; rustupSha256='fe8bc715bb116b86cb8c126bd4ad96efe9cb6f965c19a64e2aa8bd844c9e9ed5 ' ;; \
22
+ arm64) rustArch='aarch64-unknown-linux-gnu' ; rustupSha256='46ccc85ca7f6c5ed28141cdc0a107c51a8ae71272899213a1f44820c7f6440b5 ' ;; \
23
+ i386) rustArch='i686-unknown-linux-gnu' ; rustupSha256='27ee6b6e0ca43a37ee4fcbe1ab2d5ad4fbf224bbfbbfda085345c2bfb63ab785 ' ;; \
24
+ ppc64el) rustArch='powerpc64le-unknown-linux-gnu' ; rustupSha256='570e9a36a9c981a67b7e44f28776f7ece60141e2b63ba279ff0989c6053f3c67 ' ;; \
25
+ s390x) rustArch='s390x-unknown-linux-gnu' ; rustupSha256='f48e2d5a41a057b758e4cb9daf60e9adfcfc555e83eff2d62caa2dc51f9bc6da ' ;; \
26
26
*) echo >&2 "unsupported architecture: ${dpkgArch}" ; exit 1 ;; \
27
27
esac; \
28
- url="https://static.rust-lang.org/rustup/archive/1.27.1 /${rustArch}/rustup-init" ; \
28
+ url="https://static.rust-lang.org/rustup/archive/1.28.0 /${rustArch}/rustup-init" ; \
29
29
wget "$url" ; \
30
30
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
31
31
chmod +x rustup-init; \
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ ENV RUSTUP_HOME=/usr/local/rustup \
10
10
RUN set -eux; \
11
11
dpkgArch="$(dpkg --print-architecture)" ; \
12
12
case "${dpkgArch##*-}" in \
13
- amd64) rustArch='x86_64-unknown-linux-gnu' ; rustupSha256='6aeece6993e902708983b209d04c0d1dbb14ebb405ddb87def578d41f920f56d ' ;; \
14
- armhf) rustArch='armv7-unknown-linux-gnueabihf' ; rustupSha256='3c4114923305f1cd3b96ce3454e9e549ad4aa7c07c03aec73d1a785e98388bed ' ;; \
15
- arm64) rustArch='aarch64-unknown-linux-gnu' ; rustupSha256='1cffbf51e63e634c746f741de50649bbbcbd9dbe1de363c9ecef64e278dba2b2 ' ;; \
16
- i386) rustArch='i686-unknown-linux-gnu' ; rustupSha256='0a6bed6e9f21192a51f83977716466895706059afb880500ff1d0e751ada5237 ' ;; \
13
+ amd64) rustArch='x86_64-unknown-linux-gnu' ; rustupSha256='c8d03f559a2335693379e1d3eaee76622b2a6580807e63bcd61faea709b9f664 ' ;; \
14
+ armhf) rustArch='armv7-unknown-linux-gnueabihf' ; rustupSha256='fe8bc715bb116b86cb8c126bd4ad96efe9cb6f965c19a64e2aa8bd844c9e9ed5 ' ;; \
15
+ arm64) rustArch='aarch64-unknown-linux-gnu' ; rustupSha256='46ccc85ca7f6c5ed28141cdc0a107c51a8ae71272899213a1f44820c7f6440b5 ' ;; \
16
+ i386) rustArch='i686-unknown-linux-gnu' ; rustupSha256='27ee6b6e0ca43a37ee4fcbe1ab2d5ad4fbf224bbfbbfda085345c2bfb63ab785 ' ;; \
17
17
*) echo >&2 "unsupported architecture: ${dpkgArch}" ; exit 1 ;; \
18
18
esac; \
19
- url="https://static.rust-lang.org/rustup/archive/1.27.1 /${rustArch}/rustup-init" ; \
19
+ url="https://static.rust-lang.org/rustup/archive/1.28.0 /${rustArch}/rustup-init" ; \
20
20
wget "$url" ; \
21
21
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
22
22
chmod +x rustup-init; \
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ RUN set -eux; \
17
17
; \
18
18
dpkgArch="$(dpkg --print-architecture)" ; \
19
19
case "${dpkgArch##*-}" in \
20
- amd64) rustArch='x86_64-unknown-linux-gnu' ; rustupSha256='6aeece6993e902708983b209d04c0d1dbb14ebb405ddb87def578d41f920f56d ' ;; \
21
- armhf) rustArch='armv7-unknown-linux-gnueabihf' ; rustupSha256='3c4114923305f1cd3b96ce3454e9e549ad4aa7c07c03aec73d1a785e98388bed ' ;; \
22
- arm64) rustArch='aarch64-unknown-linux-gnu' ; rustupSha256='1cffbf51e63e634c746f741de50649bbbcbd9dbe1de363c9ecef64e278dba2b2 ' ;; \
23
- i386) rustArch='i686-unknown-linux-gnu' ; rustupSha256='0a6bed6e9f21192a51f83977716466895706059afb880500ff1d0e751ada5237 ' ;; \
20
+ amd64) rustArch='x86_64-unknown-linux-gnu' ; rustupSha256='c8d03f559a2335693379e1d3eaee76622b2a6580807e63bcd61faea709b9f664 ' ;; \
21
+ armhf) rustArch='armv7-unknown-linux-gnueabihf' ; rustupSha256='fe8bc715bb116b86cb8c126bd4ad96efe9cb6f965c19a64e2aa8bd844c9e9ed5 ' ;; \
22
+ arm64) rustArch='aarch64-unknown-linux-gnu' ; rustupSha256='46ccc85ca7f6c5ed28141cdc0a107c51a8ae71272899213a1f44820c7f6440b5 ' ;; \
23
+ i386) rustArch='i686-unknown-linux-gnu' ; rustupSha256='27ee6b6e0ca43a37ee4fcbe1ab2d5ad4fbf224bbfbbfda085345c2bfb63ab785 ' ;; \
24
24
*) echo >&2 "unsupported architecture: ${dpkgArch}" ; exit 1 ;; \
25
25
esac; \
26
- url="https://static.rust-lang.org/rustup/archive/1.27.1 /${rustArch}/rustup-init" ; \
26
+ url="https://static.rust-lang.org/rustup/archive/1.28.0 /${rustArch}/rustup-init" ; \
27
27
wget "$url" ; \
28
28
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
29
29
chmod +x rustup-init; \
Original file line number Diff line number Diff line change 6
6
import subprocess
7
7
import sys
8
8
9
- rustup_version = "1.27.1 "
9
+ rustup_version = "1.28.0 "
10
10
11
11
Channel = namedtuple ("Channel" , ["name" , "rust_version" ])
12
12
stable = Channel ("stable" , "1.85.0" )
You can’t perform that action at this time.
0 commit comments