From dd65ea10c142dd5ad2c3bde9514c23bd74f98280 Mon Sep 17 00:00:00 2001 From: Ettore Dreucci Date: Wed, 8 Oct 2025 22:43:09 +0200 Subject: [PATCH] First try --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f39ea3c..1504da1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:bookworm-slim -ARG HUGO_VERSION=$HUGO_VERSION -ARG WEBHOOK_VERSION=$WEBHOOK_VERSION +ARG HUGO_VERSION +ARG WEBHOOK_VERSION ENV DEBIAN_FRONTEND=noninteractive # Install dependencies