diff --git a/stacks/java-maven/1.3.0/devfile.yaml b/stacks/java-maven/1.3.0/devfile.yaml index 3d993da21..7fac00721 100644 --- a/stacks/java-maven/1.3.0/devfile.yaml +++ b/stacks/java-maven/1.3.0/devfile.yaml @@ -18,7 +18,7 @@ starterProjects: components: - name: tools container: - image: registry.access.redhat.com/ubi9/openjdk-17:1.17-1 + image: registry.access.redhat.com/ubi9/openjdk-17:1.17-1.1705573248 command: ["tail", "-f", "/dev/null"] memoryLimit: 512Mi mountSources: true diff --git a/stacks/java-springboot/1.3.0/devfile.yaml b/stacks/java-springboot/1.3.0/devfile.yaml index e1789c841..b50e7bcd3 100644 --- a/stacks/java-springboot/1.3.0/devfile.yaml +++ b/stacks/java-springboot/1.3.0/devfile.yaml @@ -19,7 +19,7 @@ starterProjects: components: - name: tools container: - image: registry.access.redhat.com/ubi9/openjdk-17:1.17-1 + image: registry.access.redhat.com/ubi9/openjdk-17:1.17-1.1705573248 command: ["tail", "-f", "/dev/null"] memoryLimit: 768Mi mountSources: true diff --git a/stacks/java-springboot/2.1.0/devfile.yaml b/stacks/java-springboot/2.1.0/devfile.yaml index 25a849dcd..2cf21f716 100644 --- a/stacks/java-springboot/2.1.0/devfile.yaml +++ b/stacks/java-springboot/2.1.0/devfile.yaml @@ -19,7 +19,7 @@ starterProjects: components: - name: tools container: - image: registry.access.redhat.com/ubi9/openjdk-17:1.17-1 + image: registry.access.redhat.com/ubi9/openjdk-17:1.17-1.1705573248 command: ['tail', '-f', '/dev/null'] memoryLimit: 768Mi mountSources: true