Skip to content

Commit

Permalink
Merge pull request #12 from zhangsoledad/zhangsoledad/1.67.0
Browse files Browse the repository at this point in the history
chore: bump rust toolchain from 1.61.0 to 1.67.0
  • Loading branch information
doitian authored Feb 10, 2023
2 parents b2f33ff + 714a28c commit 5c24afc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ RUN set -eux; \
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUSTUP_VERSION=1.24.3 \
RUSTUP_SHA256=3dc5ef50861ee18657f9db2eeb7392f9c2a6c95c90ab41e45ab4ca71476b4338 \
RUSTUP_VERSION=1.25.2 \
RUSTUP_SHA256=bb31eaf643926b2ee9f4d8d6fc0e2835e03c0a60f34d324048aa194f0b29a71c \
RUST_ARCH=x86_64-unknown-linux-gnu

RUN set -eux; \
Expand All @@ -28,7 +28,7 @@ RUN set -eux; \
echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c -; \
chmod +x rustup-init

ENV RUST_VERSION=1.61.0
ENV RUST_VERSION=1.67.0

RUN set -eux; \
./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION; \
Expand Down
6 changes: 3 additions & 3 deletions centos-7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN set -eux; \
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUSTUP_VERSION=1.24.3 \
RUSTUP_SHA256=3dc5ef50861ee18657f9db2eeb7392f9c2a6c95c90ab41e45ab4ca71476b4338 \
RUSTUP_VERSION=1.25.2 \
RUSTUP_SHA256=bb31eaf643926b2ee9f4d8d6fc0e2835e03c0a60f34d324048aa194f0b29a71c \
RUST_ARCH=x86_64-unknown-linux-gnu

RUN set -eux; \
Expand All @@ -36,7 +36,7 @@ RUN set -eux; \
echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c -; \
chmod +x rustup-init

ENV RUST_VERSION=1.61.0
ENV RUST_VERSION=1.67.0

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

RUST_VERSION = '1.61.0'
RUSTUP_VERSION = '1.24.3'
RUST_VERSION = '1.67.0'
RUSTUP_VERSION = '1.25.2'

RUST_ARCH = 'x86_64-unknown-linux-gnu'

Expand Down

0 comments on commit 5c24afc

Please sign in to comment.