# HG changeset patch # User belknapSSDT # Date 1695848591 14400 # Node ID a927ce7a58644c066fa8c8d185cf15560f80318a # Parent 4fafbb9b743b0e37ed0d590fcab74a1f5333960f USASR-5154 try stretch diff -r 4fafbb9b743b -r a927ce7a5864 tomcat-17/Dockerfile --- a/tomcat-17/Dockerfile Wed Sep 27 16:48:44 2023 -0400 +++ b/tomcat-17/Dockerfile Wed Sep 27 17:03:11 2023 -0400 @@ -14,8 +14,8 @@ RUN apt-get install debian-archive-keyring && apt-key update -RUN echo "deb http://archive.debian.org/debian/ jessie main contrib" > /etc/apt/sources.list \ - && echo "deb http://archive.debian.org/debian-security/ jessie/updates main contrib" >> /etc/apt/sources.list \ +RUN echo "deb http://archive.debian.org/debian/ stretch main contrib" > /etc/apt/sources.list \ + && echo "deb http://archive.debian.org/debian-security/ stretch/updates main contrib" >> /etc/apt/sources.list \ && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections