Skip to content

Commit

Permalink
Merge pull request #3 from yangby-cryptape/pr/upgrade-rust-toolchain
Browse files Browse the repository at this point in the history
chore: bump rust toolchain from 1.45.0 to 1.45.2
  • Loading branch information
doitian authored Aug 5, 2020
2 parents c23289c + b893b1f commit d1c9431
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN set -eux; \
echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c -; \
chmod +x rustup-init

ENV RUST_VERSION=1.45.0
ENV RUST_VERSION=1.45.2

RUN set -eux; \
./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION; \
Expand Down
2 changes: 1 addition & 1 deletion centos-7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN set -eux; \
echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c -; \
chmod +x rustup-init

ENV RUST_VERSION=1.45.0
ENV RUST_VERSION=1.45.2

RUN set -eux; \
./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION; \
Expand Down
2 changes: 1 addition & 1 deletion gen-dockerfiles
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
from urllib import request

RUST_VERSION = '1.45.0'
RUST_VERSION = '1.45.2'
RUSTUP_VERSION = '1.22.1'

RUST_ARCH = 'x86_64-unknown-linux-gnu'
Expand Down
2 changes: 1 addition & 1 deletion xenial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN set -eux; \
echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c -; \
chmod +x rustup-init

ENV RUST_VERSION=1.45.0
ENV RUST_VERSION=1.45.2

RUN set -eux; \
./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION; \
Expand Down

0 comments on commit d1c9431

Please sign in to comment.