From 2b9a37d509c4c40b3dc0f31914475d006ed00490 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 05:33:41 +0000 Subject: [PATCH] deps: update denoland/deno docker tag to v1.28.1 (#34) 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 216a67c2d0..61d572bbf2 100644 --- a/functions-runtime/Dockerfile +++ b/functions-runtime/Dockerfile @@ -1,4 +1,4 @@ -FROM denoland/deno:1.28.0 as production +FROM denoland/deno:1.28.1 as production LABEL org.opencontainers.image.source="https://github.com/keptn/lifecycle-toolkit" \ org.opencontainers.image.url="https://keptn.sh" \