diff --git a/CHANGELOG.md b/CHANGELOG.md index 295a33e..bb6ae02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: + + + + ## [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 diff --git a/Dockerfile b/Dockerfile index addac8d..c5c6705 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/README.md b/README.md index f5742c4..16a67c2 100644 --- a/README.md +++ b/README.md @@ -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]