MarketSquare / robotframework-browser

Robot Framework Browser library powered by Playwright.
Apache License 2.0
499 stars 105 forks source link

Node version in Docker image should not be 16? #3659

Closed joergplewe closed 1 month ago

joergplewe commented 1 month ago

Describe the bug The Node version (16.19.0) in the Docker image seems to be outdated?

To Reproduce Steps to reproduce the behavior: docker run --rm -it marketsquare/robotframework-browser:latest bash node -v

Expected behavior Node version should be at least 20

Desktop (please complete the following information):

Additional context I assume it's my fault, not so fluent with Docker.

aaltat commented 1 month ago

This should already fixed in main and available in next release https://github.com/MarketSquare/robotframework-browser/issues/3625

joergplewe commented 1 month ago

Is it known when it will be pushed to dockerhub? As of today, latest is from may16.

aaltat commented 1 month ago

Most likely sooner than later, I have been waiting for the next Playwright release, which is surprisingly late this month. But there is also other security vulnerability which would warrant new release soon. Most likely this weekend