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
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:
commit
1bdd3a9d9f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue