Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 8d5bdf5 commit 6fdf511
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
26 changes: 13 additions & 13 deletions backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions backend/src/pacman-repo-utils/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.82.0 AS builder
FROM rust:1.83.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 6fdf511

Please sign in to comment.