From 95c7d6e4a6a489dcbb8ca94413545bdf0a319de6 Mon Sep 17 00:00:00 2001 From: Weetile Date: Mon, 14 Oct 2024 17:52:22 +0100 Subject: [PATCH] changed Dockerfile to debian for arm64 support --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb141b1..9587fdc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Step 1: Build the Hugo site -FROM klakegg/hugo:ext-alpine AS build-stage +FROM klakegg/hugo:ext-debian AS build-stage # Set the working directory inside the container WORKDIR /app