Skip to content

Commit

Permalink
Merge pull request #40 from dnd-apps/renovate/rust-1.x
Browse files Browse the repository at this point in the history
Update rust Docker tag to v1.82
  • Loading branch information
kodiakhq[bot] authored Oct 18, 2024
2 parents 8efda68 + b81e855 commit 3522818
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
Expand Up @@ -19,7 +19,7 @@ RUN cargo chef cook --release --target x86_64-unknown-linux-gnu --recipe-path re
# ------------------- #
# -- Oghma Builder -- #
# ------------------- #
FROM rust:1.81 as builder
FROM rust:1.82 as builder
WORKDIR /data/oghma
COPY . .
# Copy over the cached dependencies
Expand Down

0 comments on commit 3522818

Please sign in to comment.