question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Version of node in Docker image electron-builder:wine not updated

See original GitHub issue

As far as I can understand the version of node.js has been updated in the base Dockerfile of electronuserland/builder to version 12.13.1 since quite a long time. I assume the concerned Dockerfile is this one.

Yet when I check the version of node with this command (as of 17 December 2019, without any cache):

docker run -ti electronuserland/builder:wine sh -c "node -v"

I get this output:

v11.10.0

According to Docker Hub this tag was published only a few days ago. I assume it is kind of a problem somewhere in the list or Dockerfiles inheriting from each other. Notably the Dockerfile for wine inherits from the electronuserland/builder:latest image that was not updated since 10 months.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

0reactions
gabrielfnogueiracommented, Jan 21, 2020

I ran into this issue today. What solved for me was to download this repo, run ./docker/build.sh and then inside the container node --version returned v12.14.1 as it should.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Node.js docker container not updating to changes in volume
I think you'll see that the file changes get picked up if you restart node by bouncing the container with docker-compose down then...
Read more >
Multi Platform Build - electron-builder
If your app has native dependency, it can be compiled only on the target platform unless prebuild is not used. prebuild is a...
Read more >
docker node update
Update metadata about a node, such as its availability, labels, or roles. Note. This is a cluster management command, and must be executed...
Read more >
How to Use the Node Docker Official Image
Want to run your new image as a container? Hover over your listed node image ... Docker will build your image from your...
Read more >
Build your Node image - Docker Documentation
Learn how to build your first Docker image by writing a Dockerfile. ... Node.js version 12.18 or later. ... It does not create...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found