Commit 6fe0cc6
authored
fix(docker): pin base image to node:22.22.3-slim (#1346)
The floating node:22-slim tag shipped Node 22.23.0, whose http.Agent
regression (nodejs/node#63989) breaks
node-fetch@2 / gaxios@6 with 'Premature close' on reused keep-alive
sockets. This broke C2C ID-token generation (google-auth-library 9.x)
and the app to integrated-backend auth flow in production, with no code
change. Pin to the last known-good patch (22.22.3) until the upstream
issue is fixed or we move off node-fetch@2.1 parent c110f35 commit 6fe0cc6
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
0 commit comments