Skip to content

Commit

Permalink
Merge pull request #5 from DanceMore/dependabot/docker/rust-1.75
Browse files Browse the repository at this point in the history
Bump rust from 1.74 to 1.75
  • Loading branch information
DanceMore authored Jan 2, 2024
2 parents 4c3e25a + c41191f commit 02803ca
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.74 as builder
FROM rust:1.75 as builder
WORKDIR /app
COPY . .
RUN cargo build --release --package rust_bridgebot
Expand Down

0 comments on commit 02803ca

Please sign in to comment.