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

bug: fix recursion error during docker compilations #147

Merged
merged 1 commit into from Jul 23, 2023

Conversation

aaronleopold
Copy link
Collaborator

Fixes #146, though to be honest I'm not sure why the issue randomly started cropping up to begin with. I tracked down the issue being a change introduced in #141. I started with the schema.prisma changes and the problem presented immediately once I added those in. There have been multiple passing docker builds since this PR, which is why it is so puzzling that this fix is now all of the sudden needed.

The musl version in the docker images I use did change a week ago from 1.1.24 to 1.2.3, which seems to correspond to the last successful PR run, but I'll have to look into whether that is a potential cause another time.

I updated prisma while I was at it

@aaronleopold aaronleopold merged commit 171db11 into main Jul 23, 2023
7 checks passed
@aaronleopold aaronleopold deleted the al/fix-docker-compilation branch July 23, 2023 18:17
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.

[BUG] docker compilation error
1 participant