Skip to content

Commit

Permalink
Merge pull request #14 from zhangsoledad/zhangsoledad/1.67.1
Browse files Browse the repository at this point in the history
chore: bump rust toolchain from 1.67.0 to 1.67.1
  • Loading branch information
doitian authored Feb 13, 2023
2 parents 5c24afc + 500d7eb commit c09107b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN set -eux; \
echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c -; \
chmod +x rustup-init

ENV RUST_VERSION=1.67.0
ENV RUST_VERSION=1.67.1

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 @@ -36,7 +36,7 @@ RUN set -eux; \
echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c -; \
chmod +x rustup-init

ENV RUST_VERSION=1.67.0
ENV RUST_VERSION=1.67.1

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.67.0'
RUST_VERSION = '1.67.1'
RUSTUP_VERSION = '1.25.2'

RUST_ARCH = 'x86_64-unknown-linux-gnu'
Expand Down

0 comments on commit c09107b

Please sign in to comment.