From e6acb039422123ef9080c9a712d0cc7561432fc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 10:56:29 +0000 Subject: [PATCH] deps: update denoland/deno docker tag to alpine-1.39.0 Signed-off-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 e21c12b8f82..bdb7a4a19f1 100644 --- a/functions-runtime/Dockerfile +++ b/functions-runtime/Dockerfile @@ -1,4 +1,4 @@ -FROM denoland/deno:alpine-1.35.3 AS production +FROM denoland/deno:alpine-1.39.0 AS production LABEL org.opencontainers.image.source="https://github.com/keptn/lifecycle-toolkit" \ org.opencontainers.image.url="https://keptn.sh" \