From eebc2ece107bf3c7ad7100f2aebdea26c790e2d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 07:20:02 +0000 Subject: [PATCH] deps: update denoland/deno docker tag to alpine-1.36.4 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 ea6d8e048f..77d58b7acb 100644 --- a/runtimes/deno-runtime/Dockerfile +++ b/runtimes/deno-runtime/Dockerfile @@ -1,4 +1,4 @@ -FROM denoland/deno:alpine-1.36.3 AS production +FROM denoland/deno:alpine-1.36.4@sha256:05f47f5283f372c815b7f7ea814f5975f639f0604a6389aa21bde955b193c4e6 AS production LABEL org.opencontainers.image.source="https://github.com/keptn/lifecycle-toolkit" \ org.opencontainers.image.url="https://keptn.sh" \