fix: update node version to 20 to fix undici reference error

This commit is contained in:
deepkoluguri 2026-06-02 22:52:30 -04:00
parent 0d88c2d5cb
commit bedf4c71b8
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ spec:
mountPath: /app
containers:
- name: trip-service
image: node:18-alpine
image: node:20-alpine
workingDir: /app/trip-service
command:
- sh