From e6c003d19551812cc6f9be8f70df165b05030797 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 16:10:37 +0000 Subject: [PATCH] deps: update denoland/deno docker tag to alpine-1.38.5 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..54c3a72dd1e 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.38.5 AS production LABEL org.opencontainers.image.source="https://github.com/keptn/lifecycle-toolkit" \ org.opencontainers.image.url="https://keptn.sh" \