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

Ensure the yarn.lock file is being used in container images #4124

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

jpellizzari
Copy link

FIxes an issues where dependencies will get upgraded unintentionally in container builds.

We originally had a package-lock.json that was being used to ensure consistent builds, but #3592 converted to yarn which has a separate yarn.lock file that needs to be copied.

@jpellizzari jpellizzari merged commit c882980 into main Nov 7, 2023
22 checks passed
@jpellizzari jpellizzari deleted the jp-fix-lock-docker branch November 7, 2023 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants