From 69c03dca515112180ab7fd5c3e0a52242255308d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 23:07:24 +0000 Subject: [PATCH] Bump debian from 12.7-slim to 12.8-slim Bumps debian from 12.7-slim to 12.8-slim. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 122411af..d90d0510 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # 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.0.3 AS stage-deno -FROM debian:12.7-slim +FROM debian:12.8-slim ENV APP_ROOT=/opt/hugoalh/send-discord-webhook-ghaction ENV DEBIAN_FRONTEND=noninteractive ENV DENO_NO_PROMPT=1