mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 21:06:42 +02:00
chore(deps): update rust docker tag to v1.76.0
This commit is contained in:
parent
aa8e534293
commit
cdacaa44b6
2 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ oci-image:aarch64-unknown-linux-musl:
|
||||||
debian:x86_64-unknown-linux-gnu:
|
debian:x86_64-unknown-linux-gnu:
|
||||||
stage: artifacts
|
stage: artifacts
|
||||||
# See also `rust-toolchain.toml`
|
# See also `rust-toolchain.toml`
|
||||||
image: rust:1.75.0
|
image: rust:1.76.0
|
||||||
script:
|
script:
|
||||||
- cargo install cargo-deb
|
- cargo install cargo-deb
|
||||||
- cargo deb
|
- cargo deb
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM rust:1.75.0
|
FROM rust:1.76.0
|
||||||
|
|
||||||
WORKDIR /workdir
|
WORKDIR /workdir
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue