Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Summary generated by Reviewpad on 21 Jun 23 19:02 UTC
This pull request locks passenger-ruby27 to v2.5.0 in the Dockerfile.
Description
Lock the version of passenger-ruby27 in the Dockerfile to v2.5.0.
(Essentially UB-CSE-IT@1730a50)
Motivation and Context
With passenger-docker v2.5.1 (changelog), the version of ruby 2.7.x used was bumped to 2.7.8.
This is at odds with the Gemfile, preventing the image from building.
How Has This Been Tested?
Run
docker compose build
before and after checking out this PR in the Autolab submodule ofautolab-docker
.BEFORE
![Screenshot 2023-06-22 at 02 54 19](https://private-user-images.githubusercontent.com/9074856/247698524-4f33d43a-a963-49e5-bd4e-4eb2933f0380.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTc5ODgsIm5iZiI6MTczOTM1NzY4OCwicGF0aCI6Ii85MDc0ODU2LzI0NzY5ODUyNC00ZjMzZDQzYS1hOTYzLTQ5ZTUtYmQ0ZS00ZWIyOTMzZjAzODAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMTA1NDQ4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NDhlMjA5YzNkMmExOGMyYjY5MWY2ZjgzYjc5MWU5YzE5MGZhY2E1ZjRkZDg0YTk2NWYzNGI4ZmU3NzBhN2I1MSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.HjpST2P6gPtKp5dCuiAjaYTCqXvOLMLT7Eym0jcFSYk)
AFTER
![Screenshot 2023-06-22 at 02 58 56](https://private-user-images.githubusercontent.com/9074856/247698518-c08928e5-fc04-4582-a6cb-727cf4a95ee2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTc5ODgsIm5iZiI6MTczOTM1NzY4OCwicGF0aCI6Ii85MDc0ODU2LzI0NzY5ODUxOC1jMDg5MjhlNS1mYzA0LTQ1ODItYTZjYi03MjdjZjRhOTVlZTIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMTA1NDQ4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NGQ0MWQ2NjNlMGRkZTNkNjJlOTQwZDgzZjYyZWUyMGM0YmVhYzMzNDVkYzkwMjkyZTkwZWIzODExMTY1NzQ4OCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.DztwJ_ZS-ud8l0z9KePo-aziAKjO9CGFvHQK5Nrb8s4)
Types of changes
Checklist:
overcommit --install && overcommit --sign
to use pre-commit hook for linting