Skip to content

Commit

Permalink
Update rust Docker tag to v1.82.0 (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 20, 2024
1 parent 5979e8d commit 222ce4d
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.81.0 AS builder
FROM rust:1.82.0 AS builder
ARG LATEST_COMMIT_SHA
ENV LATEST_COMMIT_SHA ${LATEST_COMMIT_SHA}
# Install necessary tools and dependencies
Expand Down

0 comments on commit 222ce4d

Please sign in to comment.