mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:52:46 +00:00
Bump dockerfiles to trixie
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
134ed4ac6e
commit
9ee3c207a9
|
|
@ -1,4 +1,4 @@
|
|||
FROM debian:bookworm
|
||||
FROM debian:trixie
|
||||
LABEL maintainer="Miao Wang <miao.wang@tuna.tsinghua.edu.cn>"
|
||||
|
||||
RUN apt-get update && \
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
FROM rust:bookworm
|
||||
MAINTAINER Aron Xu <happyaron.xu@gmail.com>
|
||||
FROM rust:trixie
|
||||
LABEL maintainer="Aron Xu <happyaron.xu@gmail.com>"
|
||||
|
||||
RUN cargo install --git https://github.com/open-rust-initiative/freighter
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM debian:bookworm
|
||||
FROM debian:trixie
|
||||
LABEL maintainer="Miao Wang <miao.wang@tuna.tsinghua.edu.cn>"
|
||||
|
||||
RUN apt-get update && \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM debian:bookworm
|
||||
FROM debian:trixie
|
||||
LABEL maintainer="Wang Ruikang <dramforever@live.com>"
|
||||
|
||||
RUN apt-get update && \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM rust:bookworm
|
||||
FROM rust:trixie
|
||||
LABEL maintainer="Jiajie Chen <jiegec@noc.ac.cn>"
|
||||
|
||||
RUN cargo install rustup-mirror
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM rust:bookworm
|
||||
FROM rust:trixie
|
||||
LABEL maintainer="Shengqi Chen <i@harrychen.xyz>"
|
||||
|
||||
RUN cargo install tsumugu
|
||||
|
|
|
|||
Loading…
Reference in New Issue