Skip to content

Commit

Permalink
Merge pull request #15 from 15168316096/master
Browse files Browse the repository at this point in the history
update rust version 1.67.1 -> 1.68.1
  • Loading branch information
doitian authored May 12, 2023
2 parents c09107b + 3f6b4b5 commit 7726eba
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.1
ENV RUST_VERSION=1.68.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.1
ENV RUST_VERSION=1.68.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.1'
RUST_VERSION = '1.68.1'
RUSTUP_VERSION = '1.25.2'

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

0 comments on commit 7726eba

Please sign in to comment.