From 0c96930f5989887268808bc253841d4ad94615ce Mon Sep 17 00:00:00 2001 From: Moti Asayag Date: Tue, 30 Apr 2024 18:41:47 +0300 Subject: [PATCH] Update workflow-builder-dev.Dockerfile Update the openjdk tag to a fixed only instead of latest. --- pipeline/workflow-builder-dev.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/workflow-builder-dev.Dockerfile b/pipeline/workflow-builder-dev.Dockerfile index a9e7346d..20d0828f 100644 --- a/pipeline/workflow-builder-dev.Dockerfile +++ b/pipeline/workflow-builder-dev.Dockerfile @@ -28,7 +28,7 @@ RUN /home/kogito/launch/build-app.sh ./resources #============================= # Runtime Run #============================= -FROM registry.access.redhat.com/ubi8/openjdk-17:latest +FROM registry.access.redhat.com/ubi8/openjdk-17:1.19-4 ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en'