From 5704d762eef67215e8fa2725cdeec329aca7244b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 17:52:37 +0000 Subject: [PATCH] deps: update denoland/deno docker tag to alpine-2.7.14 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- runtimes/deno-runtime/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtimes/deno-runtime/Dockerfile b/runtimes/deno-runtime/Dockerfile index 2cfc230fc1..ee5506fdaa 100644 --- a/runtimes/deno-runtime/Dockerfile +++ b/runtimes/deno-runtime/Dockerfile @@ -1,4 +1,4 @@ -FROM denoland/deno:alpine-2.0.6 AS production +FROM denoland/deno:alpine-2.7.14 AS production LABEL org.opencontainers.image.source="https://github.com/keptn/lifecycle-toolkit" \ org.opencontainers.image.url="https://keptn.sh" \