diff --git a/runtimes/deno-runtime/Dockerfile b/runtimes/deno-runtime/Dockerfile index 54c3a72dd1..bdb7a4a19f 100644 --- a/runtimes/deno-runtime/Dockerfile +++ b/runtimes/deno-runtime/Dockerfile @@ -1,4 +1,4 @@ -FROM denoland/deno:alpine-1.38.5 AS production +FROM denoland/deno:alpine-1.39.0 AS production LABEL org.opencontainers.image.source="https://github.com/keptn/lifecycle-toolkit" \ org.opencontainers.image.url="https://keptn.sh" \