diff --git a/backend/Cargo.lock b/backend/Cargo.lock index a0fc94c..03ef7c6 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -3319,9 +3319,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.138" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" dependencies = [ "itoa", "memchr", diff --git a/docker/Dockerfile b/docker/Dockerfile index 6401658..a77e504 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY frontend /app RUN flutter build web --release -FROM rust:1.84.0 AS builder +FROM rust:1.84.1 AS builder ARG LATEST_COMMIT_SHA ENV LATEST_COMMIT_SHA ${LATEST_COMMIT_SHA} # Install necessary tools and dependencies