From bedf4c71b83a0d20f1c753023d4356e1edb7b214 Mon Sep 17 00:00:00 2001 From: deepkoluguri Date: Tue, 2 Jun 2026 22:52:30 -0400 Subject: [PATCH] fix: update node version to 20 to fix undici reference error --- agents/k8s/trip-service-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/k8s/trip-service-deployment.yaml b/agents/k8s/trip-service-deployment.yaml index 14ca595..674a8f4 100644 --- a/agents/k8s/trip-service-deployment.yaml +++ b/agents/k8s/trip-service-deployment.yaml @@ -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