Skip to content

Commit

Permalink
chore: bump rust version to 1.81 (#197)
Browse files Browse the repository at this point in the history
1.79 no longer compiles.
  • Loading branch information
barnabasbusa authored Sep 30, 2024
1 parent 0c0985b commit cc8b8c3
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 @@ -6,7 +6,7 @@
#
# Based on https://depot.dev/blog/rust-dockerfile-best-practices
#
FROM rust:1.79 as base
FROM rust:1.81 as base

ARG FEATURES

Expand Down

0 comments on commit cc8b8c3

Please sign in to comment.