Skip to content

Commit cb1edfc

Browse files
authored
Merge pull request #21 from yaminoma/1.25.0
Update to 1.25.0
2 parents d35c26c + f18cebe commit cb1edfc

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.24.1 VARIANT=stretch
6-
- VERSION=1.24.1 VARIANT=jessie
5+
- VERSION=1.25.0 VARIANT=stretch
6+
- VERSION=1.25.0 VARIANT=jessie
77

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

1.24.1/jessie/Dockerfile renamed to 1.25.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.24.1; \
23+
./rustup-init -y --no-modify-path --default-toolchain 1.25.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.24.1/stretch/Dockerfile renamed to 1.25.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.24.1; \
23+
./rustup-init -y --no-modify-path --default-toolchain 1.25.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.24.1]='1 1.24 latest'
5+
[1.25.0]='1 1.25 latest'
66
)
77

88
defaultDebianSuite='stretch'

0 commit comments

Comments
 (0)