Skip to content

Commit

Permalink
build: upgrade rust version in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Jul 15, 2024
1 parent 6324c71 commit 5e87bd9
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
@@ -1,6 +1,6 @@

# Minimum version of Rust compiler: 1.70.0
ARG RUST_VERSION=1.72.0
ARG RUST_VERSION=1.79.0

FROM rust:${RUST_VERSION}-bullseye AS build
ADD . /app
Expand Down

0 comments on commit 5e87bd9

Please sign in to comment.