From be853f983ddcf25c9d1f11d438a11da98d5983b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 03:22:46 +0000 Subject: [PATCH] deps: update denoland/deno docker tag to v1.28.1 Signed-off-by: Renovate Bot --- 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" \