From ff20ebd02767eafe66bdbb4fa29cdf6bf49f0fd7 Mon Sep 17 00:00:00 2001 From: Carolyn Van Slyck Date: Thu, 27 Apr 2023 08:25:53 -0500 Subject: [PATCH] Use debian stable instead of stretch Update the installer base image to use Debian stable instead of the default stretch. See https://github.com/getporter/porter/issues/2744 for context. Debian stretch is archived and using stable will ensure that the image can always build. Signed-off-by: Carolyn Van Slyck --- installer/Dockerfile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/Dockerfile.tmpl b/installer/Dockerfile.tmpl index 7453cbc2..02a0b8c6 100644 --- a/installer/Dockerfile.tmpl +++ b/installer/Dockerfile.tmpl @@ -1,5 +1,5 @@ # syntax=docker.io/docker/dockerfile:1.4 -FROM debian:stretch-slim +FROM debian:stable-slim # PORTER_INIT