Merge pull request #11 from DanceMore/dependabot/docker/rust-1.76
Some checks are pending
rust-clippy analyze / Run rust-clippy analyzing (push) Waiting to run

Bump rust from 1.75 to 1.76
This commit is contained in:
DanceMore 2024-02-20 07:07:22 -08:00 committed by GitHub
commit 1bdd3a9d9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
# Use the official Rust image as the base image
FROM rust:1.75 as builder
FROM rust:1.76 as builder
WORKDIR /app
COPY . .
RUN cargo build --release --package discord_bridgebot