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

Specify node version #41

Open
chaspy opened this issue May 9, 2020 · 1 comment · May be fixed by #42
Open

Specify node version #41

chaspy opened this issue May 9, 2020 · 1 comment · May be fixed by #42

Comments

@chaspy
Copy link
Owner

chaspy commented May 9, 2020

Now we're installing nodejs without specifying the version.

RUN apt-get update -qq && \
    apt-get install -y --no-install-recommends \
      nodejs \
      postgresql-client \
      yarn

To avoid unexpected broken, it's better to specify the version.

@chaspy
Copy link
Owner Author

chaspy commented May 9, 2020

$ docker exec -it 9c3e30688f6b node -v 
v10.19.0

@chaspy chaspy linked a pull request May 9, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant