Skip to content

Commit

Permalink
update docker builder-stage image
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Jan 8, 2025
1 parent 097e7d7 commit 4c35343
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,5 +1,5 @@
# select build image
FROM rust:1.80.1 as build
FROM rust:1.83.0 AS build

# create a new empty shell project
RUN USER=root cargo new --bin my_project
Expand Down

0 comments on commit 4c35343

Please sign in to comment.