We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was testing out corrosion and followed the docs, and checked out the v0.1.0 tag
$ git checkout tags/v0.1.0 -b v010
After deploying the machine was flapping and fly logs showed it was looking for glibc versions.
fly logs
As per #45 the Dockerfile needs to use bookworm, but the v0.1.0 tag still uses bullseye.
The text was updated successfully, but these errors were encountered:
Fix deploy-on-fly
c8cb44c
Changes Dockerfile to use bookworm not latest for rust builder. Updates docs to not checkout v0.1.0 Fixes #superfly#171
4409f96
Changes Dockerfile to use bookworm not latest for rust builder. Updates docs to not checkout v0.1.0 Fixes ##171
No branches or pull requests
I was testing out corrosion and followed the docs, and checked out the v0.1.0 tag
After deploying the machine was flapping and
fly logs
showed it was looking for glibc versions.As per #45 the Dockerfile needs to use bookworm, but the v0.1.0 tag still uses bullseye.
The text was updated successfully, but these errors were encountered: