From 280823a0e5d5fe8389b884994ff67e57046e52c5 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 2 Dec 2021 12:29:51 -0500 Subject: [PATCH] Update nodejs --- devfile.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devfile.yaml b/devfile.yaml index e4de611..7bab863 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -17,7 +17,7 @@ components: targetPort: 3001 - name: runtime container: - image: registry.access.redhat.com/ubi8/nodejs-12:1-45 + image: registry.access.redhat.com/ubi8/nodejs-14:latest memoryLimit: 1024Mi mountSources: true sourceMapping: /project @@ -56,4 +56,4 @@ commands: workingDir: /project/src group: kind: test - isDefault: true \ No newline at end of file + isDefault: true