From 7f0c4d772936d277ca35ee5f7994dc34c2886bbf Mon Sep 17 00:00:00 2001 From: philipwright Date: Fri, 14 Mar 2025 15:17:52 +0100 Subject: [PATCH] docs(infrastructure): update recommended image name --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index a17e0af9f..3afceda66 100644 --- a/docs/index.md +++ b/docs/index.md @@ -60,7 +60,7 @@ so jib will use the root folder to create the sub folders, e.g: ```gradle jib { - from.image = 'gcr.io/distroless/java17-debian11:nonroot' + from.image = 'gcr.io/distroless/java17-debian12:nonroot' container.workingDirectory='/' } ```