Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust 1.65 #19

Closed
NewtTheWolf opened this issue Jan 1, 2023 · 3 comments
Closed

Rust 1.65 #19

NewtTheWolf opened this issue Jan 1, 2023 · 3 comments

Comments

@NewtTheWolf
Copy link

This Project is nice, but Sadly i cannot work with it, is it maybe possible to update the image to 1.65?

@qdm12
Copy link
Owner

qdm12 commented Jan 1, 2023

Upgraded to 1.66.0 in 2e6d29f 😉

I'll do a release shortly but you can use the latest image for now.

@qdm12 qdm12 closed this as completed Jan 1, 2023
@qdm12
Copy link
Owner

qdm12 commented Jan 2, 2023

Released https://github.com/qdm12/rustdevcontainer/releases/tag/v0.7.0 with corresponding images qmcgaw/rustdevcontainer:v0.7.0, qmcgaw/rustdevcontainer:v0.7.0-alpine and qmcgaw/rustdevcontainer:v0.7.0-debian

@qdm12
Copy link
Owner

qdm12 commented Jan 2, 2023

Also FYI you can build it yourself as long as you have git installed, specifying the rust version.

  • For Alpine:

    docker build -t qmcgaw/rustdevcontainer -f alpine.Dockerfile --build-arg RUST_VERSION=1.66.0 https://github.com/qdm12/rustdevcontainer.git
  • For Debian

    docker build -t qmcgaw/rustdevcontainer -f debian.Dockerfile --build-arg RUST_VERSION=1.66.0 https://github.com/qdm12/rustdevcontainer.git

You can also specify other build arguments, see the Dockerfile, for example RUST_ANALYZER_VERSION

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants