From 0ad0ef3e0a3a9530dfbb55fa0613ddeb19ed87f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:01:08 +0000 Subject: [PATCH] Update rust Docker tag to v1.76.0 --- .gitlab-ci.yml | 2 +- complement/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01b69584..84a35e8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -107,7 +107,7 @@ oci-image:aarch64-unknown-linux-musl: debian:x86_64-unknown-linux-gnu: stage: artifacts # See also `rust-toolchain.toml` - image: rust:1.75.0 + image: rust:1.76.0 script: - cargo install cargo-deb - cargo deb diff --git a/complement/Dockerfile b/complement/Dockerfile index e168b1b8..d6ff2f89 100644 --- a/complement/Dockerfile +++ b/complement/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.75.0 +FROM rust:1.76.0 WORKDIR /workdir