diff --git a/Dockerfile b/Dockerfile index 98926af..784ea41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the Hugo site -FROM klakegg/hugo:0.112.3-alpine AS builder +FROM klakegg/hugo:latest-alpine AS builder # Set the working directory in the container WORKDIR /src