-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
[Doctrine Bundle] Pin versions in Dockerfile #1266
Comments
Hello, |
Oh great !! Thanks for the quick feedback |
@maxhelias I've just checked the recipes. The one you pointed at is the 2.9 and it's not the latest as there is a 2.10 => https://github.com/symfony/recipes/blob/main/doctrine/doctrine-bundle/2.10/manifest.json#L18 |
I missed 2.10.. which should have the same dockerfile section as 2.9... |
No probs, I've created the PR. Tell me if it needs more info :) |
Hi there,
I've encountered a small issue with the ORM bundle recipe and using the Hadolint on the CI (it all come from the Kevin's template).
Issue :
Error: Dockerfile:51 DL3018 warning: Pin versions in apk add. Instead of
apk add <package>
useapk add <package>=<version>
How to reproduce :
I'm guessing we could probably add a version of the package in the recipe as suggested?
Thanks !
The text was updated successfully, but these errors were encountered: