From 26a47104c85836d5fade05077247c6c22d8b4860 Mon Sep 17 00:00:00 2001 From: odubajDT Date: Mon, 4 Sep 2023 09:39:23 +0200 Subject: [PATCH] fix Signed-off-by: odubajDT --- 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 77d58b7acb..a1e37311c2 100644 --- a/runtimes/deno-runtime/Dockerfile +++ b/runtimes/deno-runtime/Dockerfile @@ -1,4 +1,4 @@ -FROM denoland/deno:alpine-1.36.4@sha256:05f47f5283f372c815b7f7ea814f5975f639f0604a6389aa21bde955b193c4e6 AS production +FROM denoland/deno:alpine-1.36.4 AS production LABEL org.opencontainers.image.source="https://github.com/keptn/lifecycle-toolkit" \ org.opencontainers.image.url="https://keptn.sh" \