comparison java-17/Dockerfile @ 512:8460201c99be

USASR-5154 use buster
author belknapSSDT <zach.belknap@mcoecn.org>
date Mon, 02 Oct 2023 09:00:44 -0400
parents 9ba85a0aa135
children b25d03a02977
comparison
equal deleted inserted replaced
511:9ba85a0aa135 512:8460201c99be
1 FROM openjdk:17-alpine 1 FROM openjdk:17-buster
2 2
3 MAINTAINER Marc Davis <davis@ssdt-ohio.org> 3 MAINTAINER Marc Davis <davis@ssdt-ohio.org>
4 4
5 RUN cat /etc/os-release && ls && cd /etc/ && ls && echo "deb http://httpredir.debian.org/debian stretch main contrib" > /etc/apt/sources.list \ 5 RUN cat /etc/os-release && ls && cd /etc/ && ls && echo "deb http://httpredir.debian.org/debian stretch main contrib" > /etc/apt/sources.list \
6 && echo "deb http://security.debian.org/ stretch/updates main contrib" >> /etc/apt/sources.list \ 6 && echo "deb http://security.debian.org/ stretch/updates main contrib" >> /etc/apt/sources.list \