diff --git a/src/rust/.devcontainer/Dockerfile b/src/rust/.devcontainer/Dockerfile index 76cc831d2d..3a8643d379 100644 --- a/src/rust/.devcontainer/Dockerfile +++ b/src/rust/.devcontainer/Dockerfile @@ -2,10 +2,6 @@ ARG VARIANT="trixie" FROM rust:1-${VARIANT} -RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ - # Remove imagemagick due to https://security-tracker.debian.org/tracker/CVE-2019-10131 - && apt-get purge -y imagemagick imagemagick-6-common - # Fixing vulnerability issue by upgrading svn to 1.14.5. Ref https://subversion.apache.org/security/CVE-2024-46901-advisory.txt COPY ./scripts/install-subversion.sh /tmp/install-subversion.sh RUN chmod +x /tmp/install-subversion.sh diff --git a/src/rust/README.md b/src/rust/README.md index 1dfcec1d70..03cd2d5f95 100644 --- a/src/rust/README.md +++ b/src/rust/README.md @@ -30,7 +30,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/rust:2-1` (or `2-1-trixie`, `2-1-bookworm`, `2-1-bullseye` to pin to an OS version) - `mcr.microsoft.com/devcontainers/rust:2.0-1` (or `2.0-1-trixie`, `2.0-1-bookworm`, `2.0-1-bullseye` to pin to an OS version) -- `mcr.microsoft.com/devcontainers/rust:2.0.1-1` (or `2.0.1-1-trixie`, `2.0.1-1-bookworm`, `2.0.1-1-bullseye` to pin to an OS version) +- `mcr.microsoft.com/devcontainers/rust:2.0.7-1` (or `2.0.7-1-trixie`, `2.0.7-1-bookworm`, `2.0.7-1-bullseye` to pin to an OS version) However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `2-1`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. @@ -42,4 +42,4 @@ Alternatively, you can use the contents of [.devcontainer](.devcontainer) to ful Copyright (c) Microsoft Corporation. All rights reserved. -Licensed under the MIT License. See [LICENSE](https://github.com/devcontainers/images/blob/main/LICENSE). \ No newline at end of file +Licensed under the MIT License. See [LICENSE](https://github.com/devcontainers/images/blob/main/LICENSE). diff --git a/src/rust/manifest.json b/src/rust/manifest.json index 999dabe45b..e818284b7c 100644 --- a/src/rust/manifest.json +++ b/src/rust/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.0.6", + "version": "2.0.7", "variants": [ "trixie", "bookworm", @@ -65,4 +65,4 @@ "git": {} } } -} \ No newline at end of file +}