Skip to content

Commit

Permalink
Update registry.access.redhat.com/ubi8/openjdk-11 Docker tag to v1.17…
Browse files Browse the repository at this point in the history
…-9 (#224)

Signed-off-by: null <[email protected]>
  • Loading branch information
platform-engineering-bot authored Nov 14, 2023
1 parent 4b06db2 commit 107c93d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stacks/java-maven/1.2.0/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ starterProjects:
components:
- name: tools
container:
image: registry.access.redhat.com/ubi8/openjdk-11:1.16-1
image: registry.access.redhat.com/ubi8/openjdk-11:1.17-9
command: ["tail", "-f", "/dev/null"]
memoryLimit: 512Mi
mountSources: true
Expand Down
2 changes: 1 addition & 1 deletion stacks/java-springboot/1.2.0/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ starterProjects:
components:
- name: tools
container:
image: registry.access.redhat.com/ubi8/openjdk-11:1.16-1
image: registry.access.redhat.com/ubi8/openjdk-11:1.17-9
command: ["tail", "-f", "/dev/null"]
memoryLimit: 768Mi
mountSources: true
Expand Down
2 changes: 1 addition & 1 deletion stacks/java-springboot/2.0.0/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ starterProjects:
components:
- name: tools
container:
image: registry.access.redhat.com/ubi8/openjdk-11:1.16-1
image: registry.access.redhat.com/ubi8/openjdk-11:1.17-9
command: ['tail', '-f', '/dev/null']
memoryLimit: 768Mi
mountSources: true
Expand Down

0 comments on commit 107c93d

Please sign in to comment.