From fed149fc7bbd8c66c9439a31fddb8ca1be70aa29 Mon Sep 17 00:00:00 2001 From: Arun Date: Sat, 11 Nov 2023 02:08:51 +0530 Subject: [PATCH] Update Dockerfile older code dont complie in jenkins saying error outdated docker so this would help # Use a more recent Debian base image FROM debian:stretch # ... The rest of your Dockerfile --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b04b9f7..65fffc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,7 @@ -FROM debian:9.2 +# Use a more recent Debian base image +FROM debian:stretch + + LABEL maintainer "opsxcq@strm.sh"