Skip to content

Commit ed36bd4

Browse files
committed
deps(jkube-tomcat9): bump tomcat9 from 9.0.89 to 9.0.98
1 parent 76e803c commit ed36bd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: 'jkube-remote-dev'
3131
args: ''
3232
- name: 'jkube-tomcat9'
33-
args: ''
33+
args: --no-squash
3434
- name: 'jkube-tomcat'
3535
args: --no-squash
3636
steps:

.github/workflows/push-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: 'jkube-remote-dev'
2727
args: ''
2828
- name: 'jkube-tomcat9'
29-
args: ''
29+
args: --no-squash
3030
- name: 'jkube-tomcat'
3131
args: --no-squash
3232
steps:

jkube-tomcat9.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ schema_version: 1
33
name: "quay.io/jkube/jkube-tomcat9"
44
description: "Base image for Apache Tomcat 9 webapp deployments"
55
version: "latest"
6-
from: "tomcat:9.0.89-jdk21-temurin"
6+
from: "tomcat:9.0.98-jdk21-temurin"
77

88
labels:
99
- name: "io.k8s.display-name"

0 commit comments

Comments
 (0)