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
|
mountPath: /app
|
||||||
containers:
|
containers:
|
||||||
- name: trip-service
|
- name: trip-service
|
||||||
image: node:18-alpine
|
image: node:20-alpine
|
||||||
workingDir: /app/trip-service
|
workingDir: /app/trip-service
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue