Skip to content

Commit

Permalink
Merge pull request #1878 from SUSE/tomcat_23
Browse files Browse the repository at this point in the history
Build tomcat for the openjdk23 flavor on TW
  • Loading branch information
dcermak authored Oct 23, 2024
2 parents a255ed8 + 6c67fb9 commit f38a17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bci_build/package/apache_tomcat.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def _get_sac_supported_until(
logo_url="https://tomcat.apache.org/res/images/tomcat.png",
)
for tomcat_ver, os_version, jre_version in (
("10.1", OsVersion.TUMBLEWEED, 22),
("10.1", OsVersion.TUMBLEWEED, 23),
("10.1", OsVersion.TUMBLEWEED, 21),
("10.1", OsVersion.TUMBLEWEED, 17),
("9", OsVersion.TUMBLEWEED, 17),
Expand Down

0 comments on commit f38a17d

Please sign in to comment.