comparison tomcat-17/Dockerfile @ 554:ddad8ddef185

update tomcat version
author belknapSSDT <zach.belknap@mcoecn.org>
date Thu, 23 May 2024 12:04:49 -0400
parents ef664849a72a
children 425041c5f79e
comparison
equal deleted inserted replaced
553:39114f8cda17 554:ddad8ddef185
1 FROM tomcat:8.5.100-jre17 1 FROM tomcat:9.0.89-jre17
2 2
3 MAINTAINER Marc Davis <davis@ssdt-ohio.org> 3 MAINTAINER Marc Davis <davis@ssdt-ohio.org>
4 4
5 5
6 RUN apt-get update && apt-get install -y gnupg && apt-get install -y apt-transport-https \ 6 RUN apt-get update && apt-get install -y gnupg && apt-get install -y apt-transport-https \