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