Skip to content

Commit

Permalink
Upgrade rust:1.84.0 and rclone:1.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jan 17, 2025
1 parent 62cad4e commit da99ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM rust:1.80.0-alpine3.20 AS builder
FROM rust:1.84.0-alpine3.21 AS builder
RUN apk add musl-dev
ARG CARGO_TERM_COLOR=always
WORKDIR /usr/local/src/chrclone
COPY Cargo.toml Cargo.lock ./
COPY src ./src/
RUN cargo build --release

FROM docker.io/rclone/rclone:1.67.0
FROM docker.io/rclone/rclone:1.69.0

COPY ./docker-entrypoint.sh /docker-entrypoint.sh
COPY --from=builder /usr/local/src/chrclone/target/release/chrclone /usr/local/bin/chrclone
Expand Down

0 comments on commit da99ade

Please sign in to comment.