Skip to content

Commit

Permalink
Bump rust from 1.76 to 1.79
Browse files Browse the repository at this point in the history
Bumps rust from 1.76 to 1.79.

---
updated-dependencies:
- dependency-name: rust
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 043f916 commit 400b9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Rust image as the base image
FROM rust:1.76 as builder
FROM rust:1.79 as builder
WORKDIR /app
COPY . .
RUN cargo build --release --package discord_bridgebot
Expand Down

0 comments on commit 400b9de

Please sign in to comment.