Skip to content

Commit

Permalink
Upgrade Rust to 1.58.1 version to fix CVE-2022-21658
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jan 21, 2022
1 parent 4b980c7 commit 4aff905
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ All user visible changes to this project will be documented in this file. This p



## [2.5.0-ndkr23b-rust1.58-r1] · 2022-01-21
[2.5.0-ndkr23b-rust1.58-r1]: /../../tree/2.5.0-ndkr23b-rust1.58-r1

[Diff](/../../compare/2.5.0-ndkr23b-rust1.58-r0...2.5.0-ndkr23b-rust1.58-r1)

### Security update

- [Rust] 1.58.1: <https://blog.rust-lang.org/2022/01/20/Rust-1.58.1.html>




## [2.5.0-ndkr23b-rust1.58-r0] · 2022-01-17
[2.5.0-ndkr23b-rust1.58-r0]: /../../tree/2.5.0-ndkr23b-rust1.58-r0

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# https://hub.docker.com/_/rust
ARG rust_ver=1.58
FROM rust:${rust_ver}-slim-bullseye
FROM rust:${rust_ver}.1-slim-bullseye

ARG android_ndk_ver=r23b
ARG cargo_ndk_ver=2.5.0
ARG build_rev=0
ARG build_rev=1

LABEL org.opencontainers.image.source="\
https://github.com/instrumentisto/cargo-ndk-docker-image"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cargo-ndk Docker image

## Supported tags and respective `Dockerfile` links

- [`2.5.0-ndkr23b-rust1.58-r0`, `2.5.0-ndkr23b-rust1.58`, `2.5.0-ndkr23b`, `2.5-ndkr23b`, `2-ndkr23b`, `2.5.0`, `2.5`, `2`, `latest`][101]
- [`2.5.0-ndkr23b-rust1.58-r1`, `2.5.0-ndkr23b-rust1.58`, `2.5.0-ndkr23b`, `2.5-ndkr23b`, `2-ndkr23b`, `2.5.0`, `2.5`, `2`, `latest`][101]



Expand Down

0 comments on commit 4aff905

Please sign in to comment.