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

Use version-specific Docker images #372

Open
roncli opened this issue Jul 18, 2022 · 1 comment
Open

Use version-specific Docker images #372

roncli opened this issue Jul 18, 2022 · 1 comment
Labels
enhancement New feature or request waiting on dependency Depends on another issue workaround in place A workaround exists to mitigate the problem

Comments

@roncli
Copy link
Owner

roncli commented Jul 18, 2022

Currently the latest version is used, version-specific should be used instead.

@roncli roncli added the enhancement New feature or request label Jul 18, 2022
@roncli roncli closed this as completed in 5e90d16 Aug 18, 2022
@roncli
Copy link
Owner Author

roncli commented Aug 18, 2022

There is a known issue dependabot/dependabot-core#2247 where you cannot upgrade to the latest node LTS because dependabot doesn't know the difference between an LTS version and a normal version. This possibly could be resolved by https://github.com/nodejs/docker-node doing specific version LTS tags, ie: 16.17.0-lts-alpine. However, I'm going to work around it by ignoring versions higher than 16.x for now.

@roncli roncli reopened this Aug 18, 2022
@roncli roncli added waiting on dependency Depends on another issue workaround in place A workaround exists to mitigate the problem labels Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request waiting on dependency Depends on another issue workaround in place A workaround exists to mitigate the problem
Projects
None yet
Development

No branches or pull requests

1 participant