Skip to content

Commit

Permalink
feat(docker): rust version 1.55.0 in Dockerfile
Browse files Browse the repository at this point in the history
Shaku can't compile in rust 1.56.+ ; track issue here:
AzureMarker/shaku#30
  • Loading branch information
Emilien Jégou committed Feb 22, 2022
1 parent a23f056 commit a98295e
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
FROM rust:1.55.0

RUN mkdir -p /app
WORKDIR /app
Expand Down

0 comments on commit a98295e

Please sign in to comment.