changeset 505:44670d46da7b

USASR-5154 try buster
author belknapSSDT <zach.belknap@mcoecn.org>
date Fri, 29 Sep 2023 12:20:57 -0400
parents 96d420336e31
children cabf3353a359
files tomcat-17/Dockerfile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tomcat-17/Dockerfile	Fri Sep 29 12:12:49 2023 -0400
+++ b/tomcat-17/Dockerfile	Fri Sep 29 12:20:57 2023 -0400
@@ -10,8 +10,8 @@
 
 RUN apt-get update && apt-get install -y x11-common && apt-get -f install -y libncurses-dev
 
-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 \
+RUN echo "deb http://deb.debian.org/debian buster main contrib non-free" > /etc/apt/sources.list \
+    && echo "deb http://security.debian.org/debian-security/ buster/updates main contrib" >> /etc/apt/sources.list \
     && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections