Commit 1644905
committed
fix(docker): pin playwright browser install to lockfile version
The chromium stage used npx playwright@1 (latest 1.x) to install
the browser, but the release stage installs playwright@1.59.1 from
the lockfile. When a newer playwright 1.x was released, the browser
revision installed in the chromium stage no longer matched what the
app expected, causing "Executable doesn't exist" on startup.
Pin to 1.59.1 to match pnpm-lock.yaml.1 parent 4f59f1f commit 1644905
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments