Skip to content

Commit

Permalink
Merge pull request #13 from dnd-apps/renovate/rust-1.x
Browse files Browse the repository at this point in the history
Update rust Docker tag to v1.73
  • Loading branch information
kodiakhq[bot] authored Oct 23, 2023
2 parents e1d3b53 + d1dd60c commit 6e4bb4e
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.66 as builder
FROM rust:1.73 as builder
WORKDIR /data/oghma
COPY . .
# Copy over the cached dependencies
Expand Down

0 comments on commit 6e4bb4e

Please sign in to comment.