From 9d026b8abaf4ff0586f72b7e006fc97c43dc30b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:02:19 +0100 Subject: [PATCH] deps: update denoland/deno docker tag to alpine-2.0.6 (#3868) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Thomas Schuetz <38893055+thschue@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 530032574e..2cfc230fc1 100644 --- a/runtimes/deno-runtime/Dockerfile +++ b/runtimes/deno-runtime/Dockerfile @@ -1,4 +1,4 @@ -FROM denoland/deno:alpine-2.0.5 AS production +FROM denoland/deno:alpine-2.0.6 AS production LABEL org.opencontainers.image.source="https://github.com/keptn/lifecycle-toolkit" \ org.opencontainers.image.url="https://keptn.sh" \