Skip to content

Commit

Permalink
Merge pull request #128 from stmh/renovate/rust-1.x
Browse files Browse the repository at this point in the history
chore(deps): update rust docker tag to v1.83
  • Loading branch information
stmh authored Dec 3, 2024
2 parents d940633 + a6da9b0 commit 472cf5e
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,10 +1,10 @@
FROM rust:1.82 as builder
FROM rust:1.83 as builder

WORKDIR ./app
ADD . ./
RUN cargo build --release

FROM rust:1.82
FROM rust:1.83

# copy the build artifact from the build stage
COPY --from=builder /app/target/release/url-collector /usr/local/bin
Expand Down

0 comments on commit 472cf5e

Please sign in to comment.