Skip to content

Commit

Permalink
Update Dockerfile to rust 1.84.0
Browse files Browse the repository at this point in the history
### Checklist

* [x] I have read the [Contributor Guide](../../CONTRIBUTING.md)
* [x] I have read and agree to the [Code of Conduct](../../CODE_OF_CONDUCT.md)
* [x] I have added a description of my changes and why I'd like them included in the section below

### Description of Changes

There is currently no way to override this rust version it seems as it doesn't seem to respect RUST_TOOLCHAIN env variable either... 

Problem is that I'm using already package resolver v3 and that is not possible unless it's running 1.84 or higher.

Nightly would be an option as well of course

### Related Issues

N/A
  • Loading branch information
GlenDC authored Jan 10, 2025
1 parent e11809b commit d6b3bb5
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.83.0-alpine3.20
FROM rust:1.84.0-alpine3.20

ENV deny_version="0.16.3"

Expand Down

0 comments on commit d6b3bb5

Please sign in to comment.