Mise à jour de 'Dockerfile'

This commit is contained in:
Grégory Lebreton 2024-12-06 16:48:40 +01:00
parent ecbb21267d
commit f00535415e

View File

@ -1,5 +1,5 @@
# BUILD
FROM klakegg/hugo:0.111.3-ext-alpine AS build
FROM hugomods/hugo AS build
WORKDIR /src
COPY hugo/ .