From 25c29b4faf217072ab1cec3be89d4ce105d13c4b Mon Sep 17 00:00:00 2001 From: null Date: Fri, 24 Nov 2023 02:03:56 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi8/openjdk-11 Docker tag to v1.18-2 Signed-off-by: null --- stacks/java-maven/1.2.0/devfile.yaml | 2 +- stacks/java-springboot/1.2.0/devfile.yaml | 2 +- stacks/java-springboot/2.0.0/devfile.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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