System info
- Playwright Version: [v1.39.0]
- Operating System: [All, Windows 11, Ubuntu 20, macOS 13.2, etc.]
- Browser: [ Chromium]
- Other info:
When the release of v1.40.0 happened the docker version of the v1.39 stopped working.
For some reason, it detects in real time that a new release happened and it tries to search the chromium binaries for v1.40 while being in a docker version of v1.39.
the version of v1.40 cannot be used in my project due to SDK 8 *while prev one is on .NET 6.
A workaround that can be used is to run playwright install again inside the container, which makes the whole idea of having an official container less favorable (and it is not a true immutable environment, which is sad).
This means legacy projects in a few years cannot be tested with a specific version of the docker container, and become unmaintainable.
System info
When the release of v1.40.0 happened the docker version of the v1.39 stopped working.
For some reason, it detects in real time that a new release happened and it tries to search the chromium binaries for v1.40 while being in a docker version of v1.39.
the version of v1.40 cannot be used in my project due to SDK 8 *while prev one is on .NET 6.
A workaround that can be used is to run
playwright installagain inside the container, which makes the whole idea of having an official container less favorable (and it is not a true immutable environment, which is sad).This means legacy projects in a few years cannot be tested with a specific version of the docker container, and become unmaintainable.