From c4502e1a5327653fad8b9ea9f4daf7b22a1cf739 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 19:44:08 +0100 Subject: [PATCH] deps: update denoland/deno docker tag to v1.28.0 (#401) Signed-off-by: Renovate Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- functions-runtime/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions-runtime/Dockerfile b/functions-runtime/Dockerfile index 76cf595510..216a67c2d0 100644 --- a/functions-runtime/Dockerfile +++ b/functions-runtime/Dockerfile @@ -1,4 +1,4 @@ -FROM denoland/deno:1.27.2 as production +FROM denoland/deno:1.28.0 as production LABEL org.opencontainers.image.source="https://github.com/keptn/lifecycle-toolkit" \ org.opencontainers.image.url="https://keptn.sh" \