commit | a49234b7b120aa8357e873129c97b3a81f33dd50 | [log] [tgz] |
---|---|---|
author | Henning Noeth <hnoeth@apache.org> | Wed Oct 02 10:48:01 2024 +0200 |
committer | Henning Noeth <hnoeth@apache.org> | Wed Oct 02 10:49:49 2024 +0200 |
tree | c396c3076126f6629aef7125cec7b3ebec77cf06 | |
parent | 979e73cf0a1550c655247e8a559bc7a70c899a37 [diff] |
Tobago 6 and 5 require Java 17
diff --git a/tobago/tobago-vm/tomcat10/Dockerfile b/tobago/tobago-vm/tomcat10/Dockerfile index d4cb95a..622a942 100644 --- a/tobago/tobago-vm/tomcat10/Dockerfile +++ b/tobago/tobago-vm/tomcat10/Dockerfile
@@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM tomcat:10-jdk11 +FROM tomcat:10-jdk17 MAINTAINER dev@myfaces.apache.org RUN rm -r /usr/local/tomcat/webapps.dist