From c14437d3b3ee36b25fdf118a989f75c4cfdcb304 Mon Sep 17 00:00:00 2001 From: RomanNikitenko Date: Wed, 14 Feb 2024 14:12:49 +0200 Subject: [PATCH] Update image for the wildfly component of stacks/java-wildfly-bootable-jar/1.2.0/devfile.yaml Co-authored-by: Theofanis Petkos Signed-off-by: Roman Nikitenko --- stacks/java-wildfly-bootable-jar/1.2.0/devfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/java-wildfly-bootable-jar/1.2.0/devfile.yaml b/stacks/java-wildfly-bootable-jar/1.2.0/devfile.yaml index 4d502537..7fd04714 100644 --- a/stacks/java-wildfly-bootable-jar/1.2.0/devfile.yaml +++ b/stacks/java-wildfly-bootable-jar/1.2.0/devfile.yaml @@ -92,7 +92,7 @@ starterProjects: components: - name: wildfly container: - image: registry.access.redhat.com/ubi8/openjdk-11 + image: registry.access.redhat.com/ubi8/openjdk-11:1.18-2 args: ['tail', '-f', '/dev/null'] memoryLimit: 1512Mi mountSources: true