This repository was archived by the owner on Jul 8, 2026. It is now read-only.
Commit f8a4dd4
fix(docker): build on Node 20 (fast-jwt requires node >=20)
The final image stage failed `yarn install --production` because the
transitive dependency fast-jwt now requires Node >=20 while the image was
built on node:18-slim (also EOL). Bump both base stages to node:20-slim.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 9567ee3 commit f8a4dd4
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments