Skip to content

Commit

Permalink
Update rust Docker tag to v1.84.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent 798fbb5 commit 6fb2810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fb2810

Please sign in to comment.