Skip to content

Commit

Permalink
chore(deps): update Dockerfile used by local builds
Browse files Browse the repository at this point in the history
Use latest version of Rust.

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
  • Loading branch information
flavio committed Jun 13, 2024
1 parent 61ee2f8 commit 7bc1e0c
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,4 +1,4 @@
FROM rust:1.70 AS build
FROM rust:1.78 AS build
WORKDIR /usr/src

# Download the target for static linking.
Expand Down

0 comments on commit 7bc1e0c

Please sign in to comment.