Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent d940633 commit a6da9b0
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 a6da9b0

Please sign in to comment.