Skip to content

Commit

Permalink
Update rust Docker tag to v1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2023
1 parent 963cbe5 commit d1dd60c
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 d1dd60c

Please sign in to comment.