Update rust Docker tag to v1.76.0

This commit is contained in:
renovate[bot] 2024-03-04 08:01:08 +00:00 committed by GitHub
parent b527ec4666
commit 0ad0ef3e0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
FROM rust:1.75.0
FROM rust:1.76.0
WORKDIR /workdir