Skip to content

Commit 6424dba

Browse files
committed
Bump to 1.21.0
1 parent 7683fbd commit 6424dba

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: bash
22
services: docker
33

44
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
77

88
install:
99
- git clone https://github.com/docker-library/official-images.git ~/official-images

1.20.0/jessie/Dockerfile renamed to 1.21.0/jessie/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN set -eux; \
2020
wget "$url"; \
2121
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
2222
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; \
2424
rm rustup-init; \
2525
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
2626
rustup --version; \
File renamed without changes.
File renamed without changes.

1.20.0/stretch/Dockerfile renamed to 1.21.0/stretch/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN set -eux; \
2020
wget "$url"; \
2121
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
2222
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; \
2424
rm rustup-init; \
2525
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
2626
rustup --version; \

generate-stackbrew-library.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -Eeuo pipefail
33

44
declare -A aliases=(
5-
[1.20.0]='1 1.20 latest'
5+
[1.21.0]='1 1.21 latest'
66
)
77

88
defaultDebianSuite='stretch'

0 commit comments

Comments
 (0)