File tree 6 files changed +5
-5
lines changed
6 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ language: bash
2
2
services : docker
3
3
4
4
env :
5
- - VERSION=1.20 .0 VARIANT=stretch
6
- - VERSION=1.20 .0 VARIANT=jessie
5
+ - VERSION=1.21 .0 VARIANT=stretch
6
+ - VERSION=1.21 .0 VARIANT=jessie
7
7
8
8
install :
9
9
- git clone https://github.com/docker-library/official-images.git ~/official-images
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN set -eux; \
20
20
wget "$url" ; \
21
21
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
22
22
chmod +x rustup-init; \
23
- ./rustup-init -y --no-modify-path --default-toolchain 1.20 .0; \
23
+ ./rustup-init -y --no-modify-path --default-toolchain 1.21 .0; \
24
24
rm rustup-init; \
25
25
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
26
26
rustup --version; \
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN set -eux; \
20
20
wget "$url" ; \
21
21
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
22
22
chmod +x rustup-init; \
23
- ./rustup-init -y --no-modify-path --default-toolchain 1.20 .0; \
23
+ ./rustup-init -y --no-modify-path --default-toolchain 1.21 .0; \
24
24
rm rustup-init; \
25
25
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
26
26
rustup --version; \
Original file line number Diff line number Diff line change 2
2
set -Eeuo pipefail
3
3
4
4
declare -A aliases=(
5
- [1.20 .0]=' 1 1.20 latest'
5
+ [1.21 .0]=' 1 1.21 latest'
6
6
)
7
7
8
8
defaultDebianSuite=' stretch'
You can’t perform that action at this time.
0 commit comments