Commit bff3bfb
authored
fix(docker): Add BUILDPLATFORM to config-ui builder stage and update node version (#8845)
- Use BUILDPLATFORM so the Node builder runs natively on the build host
(e.g. arm64 on Apple Silicon) rather than under x64 emulation which can
cause crashes
- Node 22 LTS builder replaces v18 which reached EOL in April 20251 parent a6335ae commit bff3bfb
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
0 commit comments