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: Dockerfile node version doesn't match minimum requirement #2265

Open
johntwyman opened this issue Mar 8, 2023 · 1 comment · Fixed by #2266
Open

Bug: Dockerfile node version doesn't match minimum requirement #2265

johntwyman opened this issue Mar 8, 2023 · 1 comment · Fixed by #2266
Labels
C-bug Type: Bug

Comments

@johntwyman
Copy link
Contributor

Describe the bug
The Dockerfile in the code base references node version 12. The minimum version required now is version 16. As such, any image built from this Dockerfile fails to start.

To Reproduce
Steps to reproduce the behavior:

  1. docker build . -t spoke-v13
  2. docker run spoke-v13
  3. View logs, see error

Expected behavior
A clear and concise description of what you expected to happen.

Platform (please complete the following information):

  • OS: N/A
  • Browser: N/A
  • Desktop or Mobile: N/A
  • Version: 13.0
@openbrian
Copy link

I also see this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Type: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants