fix: update node version to 20 to fix undici reference error
This commit is contained in:
parent
0d88c2d5cb
commit
bedf4c71b8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue