diff --git a/Dockerfile b/Dockerfile index a8cbd52..d3548cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM debian:bookworm-slim +ENV HUGO_VERSION $HUGO_VERSION +ENV WEBHOOK_VERSION $WEBHOOK_VERSION ENV DEBIAN_FRONTEND=noninteractive # Install dependencies