Skip to content

Commit

Permalink
Update Rust version to 1.77.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanthoren committed Apr 2, 2024
1 parent e4760a6 commit 4572303
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 blackdex/rust-musl:x86_64-musl-stable-1.77.0 AS build
FROM blackdex/rust-musl:x86_64-musl-stable-1.77.1 AS build
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

COPY src /src
Expand Down

0 comments on commit 4572303

Please sign in to comment.