Skip to content

Commit

Permalink
Rust 1.40
Browse files Browse the repository at this point in the history
  • Loading branch information
dswd committed Dec 19, 2019
1 parent f6a72e4 commit c062728
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This project follows [semantic versioning](http://semver.org).
### Unreleased

- [added] Added service restrictions to systemd
- [changed] Rust version 1.40.0
- [changed] Also drop privileges in foreground mode
- [changed] Set builders to Ubuntu 16.04 and CentOS 7
- [changed] Set keepalive to 120 secs when NAT is detected
Expand Down
2 changes: 1 addition & 1 deletion builder/Dockerfile-deb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN useradd -ms /bin/bash user
USER user
WORKDIR /home/user

ENV RUST=1.39.0
ENV RUST=1.40.0

RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain ${RUST}

Expand Down
2 changes: 1 addition & 1 deletion builder/Dockerfile-rpm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN useradd -ms /bin/bash user
USER user
WORKDIR /home/user

ENV RUST=1.39.0
ENV RUST=1.40.0

RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain ${RUST}

Expand Down

0 comments on commit c062728

Please sign in to comment.