From 1a98d7fa7c57131292372f5437df4587820a410e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 23:29:41 +0000 Subject: [PATCH] Update runtime --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 451f34ec..d67af828 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 # IMPORTANT: Do not create big size layer due to GitHub Packages have worse performance on this! -FROM denoland/deno:bin-2.1.0 AS stage-deno +FROM denoland/deno:bin-2.1.1 AS stage-deno FROM debian:12.8-slim ENV APP_ROOT=/opt/hugoalh/send-discord-webhook-ghaction ENV DEBIAN_FRONTEND=noninteractive