Bump rust version to mitigate CVE-2022-21658

This commit is contained in:
D. Scott Boggs
2022-01-23 07:50:58 -05:00
parent 8ba6e61fd5
commit 85c0aa1619
11 changed files with 11 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
# This file was generated using a Jinja2 template.
# Please make your changes in `Dockerfile.j2` and then `make` the individual Dockerfiles.
{% set build_stage_base_image = "rust:1.57-buster" %}
{% set build_stage_base_image = "rust:1.60-buster" %}
{% if "alpine" in target_file %}
{% if "amd64" in target_file %}
{% set build_stage_base_image = "blackdex/rust-musl:x86_64-musl-nightly-2021-12-25" %}