Skip to content

Commit

Permalink
Upgrade the Dockerfile to build with the new required MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Jan 2, 2025
1 parent 5de058b commit 2b80644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "kafka-delta-ingest"
version = "0.4.0"
authors = ["R. Tyler Croy <[email protected]>", "Christian Williams <[email protected]>"]
edition = "2018"
rust-version = "1.81"

[dependencies]
flate2 = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.79 AS builder
FROM rust:1.81 AS builder

RUN mkdir /build
WORKDIR /build
Expand Down

0 comments on commit 2b80644

Please sign in to comment.