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

fix(docker): Updated to newest version of alpine linux and fixed missing dependencies #255

Merged
merged 3 commits into from
Sep 21, 2023

Conversation

KonradFuchs
Copy link
Contributor

This will change the docker OS to the newest version of Alpine Linux, therefore saving around 1/5th of the base ram usage (as mentioned in #241) compared to the image live on Docker hub. It also makes the image more secure by being up-to date.

Added the manual installation of curl, which fixed the issue of containers always showing up as unhealthy when built from the previous Dockerfile.

Copy link
Owner

@stonith404 stonith404 left a comment

Choose a reason for hiding this comment

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

Awesome thank you very much! One little thing: please add the

HOSTNAME=0.0.0.0 fixes vercel/next.js#51684. It can be removed as soon as the issue is fixed

comment back.

Dockerfile Show resolved Hide resolved
Co-authored-by: Elias Schneider <[email protected]>
Copy link
Owner

@stonith404 stonith404 left a comment

Choose a reason for hiding this comment

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

Thanks :)

@stonith404 stonith404 merged commit 6fa7af7 into stonith404:main Sep 21, 2023
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.

2 participants