Skip to content

Commit

Permalink
Update Rust in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jmshrv committed Sep 17, 2024
1 parent 91dd677 commit df06a01
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 @@ -7,7 +7,7 @@
################################################################################
# Create a stage for building the application.

ARG RUST_VERSION=1.67.1
ARG RUST_VERSION=1.78.0
ARG APP_NAME=marvin2
ARG CARGO_NET_GIT_FETCH_WITH_CLI=true
FROM rust:${RUST_VERSION}-slim-bullseye AS build
Expand Down

0 comments on commit df06a01

Please sign in to comment.