diff --git a/stacks/java-maven/1.2.0/devfile.yaml b/stacks/java-maven/1.2.0/devfile.yaml index e0ce6156..e4472bdd 100644 --- a/stacks/java-maven/1.2.0/devfile.yaml +++ b/stacks/java-maven/1.2.0/devfile.yaml @@ -18,7 +18,7 @@ starterProjects: components: - name: tools container: - image: registry.access.redhat.com/ubi8/openjdk-11:1.17-9 + image: registry.access.redhat.com/ubi8/openjdk-11:1.18-2 command: ["tail", "-f", "/dev/null"] memoryLimit: 512Mi mountSources: true diff --git a/stacks/java-springboot/1.2.0/devfile.yaml b/stacks/java-springboot/1.2.0/devfile.yaml index 244d9542..1b51dc7f 100644 --- a/stacks/java-springboot/1.2.0/devfile.yaml +++ b/stacks/java-springboot/1.2.0/devfile.yaml @@ -19,7 +19,7 @@ starterProjects: components: - name: tools container: - image: registry.access.redhat.com/ubi8/openjdk-11:1.17-9 + image: registry.access.redhat.com/ubi8/openjdk-11:1.18-2 command: ["tail", "-f", "/dev/null"] memoryLimit: 768Mi mountSources: true diff --git a/stacks/java-springboot/2.0.0/devfile.yaml b/stacks/java-springboot/2.0.0/devfile.yaml index 9834e3e1..90e32a22 100644 --- a/stacks/java-springboot/2.0.0/devfile.yaml +++ b/stacks/java-springboot/2.0.0/devfile.yaml @@ -19,7 +19,7 @@ starterProjects: components: - name: tools container: - image: registry.access.redhat.com/ubi8/openjdk-11:1.17-9 + image: registry.access.redhat.com/ubi8/openjdk-11:1.18-2 command: ['tail', '-f', '/dev/null'] memoryLimit: 768Mi mountSources: true