From bf0016a8f1bdaa370ecd11e6856a855e32771bd0 Mon Sep 17 00:00:00 2001 From: Wade Barnes Date: Fri, 13 Dec 2024 08:46:26 -0800 Subject: [PATCH] Update the build image for the frontend Signed-off-by: Wade Barnes --- openshift/templates/frontend/frontend-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/templates/frontend/frontend-build.yaml b/openshift/templates/frontend/frontend-build.yaml index 5b150f5..cbb5b61 100644 --- a/openshift/templates/frontend/frontend-build.yaml +++ b/openshift/templates/frontend/frontend-build.yaml @@ -116,7 +116,7 @@ parameters: displayName: Build Image Name description: The name of the Docker image to be used for the build stage. required: false - value: node:gallium + value: node:22-alpine3.19 - name: CADDY_BUILDER_IMAGE_NAME displayName: Caddy Builder Image Name description: The name of the Docker image to be used for the caddy build stage.