From f092332f6b90605d39bc44e2b16b18a8634b648f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 08:36:23 +0000 Subject: [PATCH] deps: update denoland/deno docker tag to alpine-1.37.2 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 5f159cb9c0e..a39d570b4ec 100644 --- a/runtimes/deno-runtime/Dockerfile +++ b/runtimes/deno-runtime/Dockerfile @@ -1,4 +1,4 @@ -FROM denoland/deno:alpine-1.37.1 AS production +FROM denoland/deno:alpine-1.37.2 AS production LABEL org.opencontainers.image.source="https://github.com/keptn/lifecycle-toolkit" \ org.opencontainers.image.url="https://keptn.sh" \