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

Update rust version in docker container #764

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Conversation

wkozyra95
Copy link
Member

@wkozyra95 wkozyra95 commented Sep 11, 2024

Closes #762

@wkozyra95 wkozyra95 force-pushed the @wkozyra95/test-docker branch from ff28898 to 17f9368 Compare September 11, 2024 12:33
@wkozyra95 wkozyra95 changed the title docker build issue Update rust version in docker container Sep 11, 2024
@@ -25,7 +25,7 @@ WORKDIR /root/project
RUN source ~/.cargo/env && cargo build --release

# Runtime image
FROM ubuntu:mantic-20231011
FROM ubuntu:noble-20240423
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we must have missed that when updating to 24.04

@wkozyra95 wkozyra95 marked this pull request as ready for review September 11, 2024 12:46
@wkozyra95 wkozyra95 merged commit cec016a into master Sep 11, 2024
4 checks passed
@wkozyra95 wkozyra95 deleted the @wkozyra95/test-docker branch September 11, 2024 13:08
Copy link
Member

@WojciechBarczynski WojciechBarczynski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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

Successfully merging this pull request may close these issues.

Rust compilation when building slim.Dockerfile fails
2 participants