You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On aarch64, the version provided still pulls in Node 4, instead of Node 6 like all the rest.
It should be a simple one-line fix to the FROM line in the Dockerfile, but there's a small snag in Node version naming at Docker hub. I don't want to pull in some specific point release of Node, just whatever is latest for 6.
See tianon/jenkins-groovy#21 for the naming issue on Docker hub, and when it gets resolved this will be very easy to resolve as well.
The text was updated successfully, but these errors were encountered:
On aarch64, the version provided still pulls in Node 4, instead of Node 6 like all the rest.
It should be a simple one-line fix to the FROM line in the Dockerfile, but there's a small snag in Node version naming at Docker hub. I don't want to pull in some specific point release of Node, just whatever is latest for 6.
See tianon/jenkins-groovy#21 for the naming issue on Docker hub, and when it gets resolved this will be very easy to resolve as well.
The text was updated successfully, but these errors were encountered: