changeset 452:a927ce7a5864

USASR-5154 try stretch
author belknapSSDT <zach.belknap@mcoecn.org>
date Wed, 27 Sep 2023 17:03:11 -0400
parents 4fafbb9b743b
children 1f6565ed9382
files tomcat-17/Dockerfile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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