comparison tomcat-17/Dockerfile @ 541:70bdc4e8131e

update tomcat version
author belknapSSDT <zach.belknap@mcoecn.org>
date Wed, 22 May 2024 19:02:45 -0400
parents 02a26189f689
children 90e2e72fc44f
comparison
equal deleted inserted replaced
540:7d108e6b44f2 541:70bdc4e8131e
1 FROM tomcat:8.5.93-jre17-temurin-jammy 1 FROM tomcat:8.5.100-jre17
2 2
3 MAINTAINER Marc Davis <davis@ssdt-ohio.org> 3 MAINTAINER Marc Davis <davis@ssdt-ohio.org>
4 4
5 RUN apt-get update && apt-get install -y gnupg && apt-get install -y apt-transport-https \ 5 RUN apt-get update && apt-get install -y gnupg && apt-get install -y apt-transport-https \
6 && gpg --no-default-keyring --keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg --export > /etc/apt/trusted.gpg.d/ubuntu-keyring.fixed.gpg \ 6 && gpg --no-default-keyring --keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg --export > /etc/apt/trusted.gpg.d/ubuntu-keyring.fixed.gpg \