Compare commits

..

2 Commits

Author SHA1 Message Date
erwan 8f25ef93a5 fix: yarn already installed with base image 2026-06-16 21:56:05 +02:00
erwan 6863c0469f chore: update to hugo 0.163.2 2026-06-16 21:55:31 +02:00
+1 -2
View File
@@ -1,6 +1,6 @@
FROM node:24-bookworm-slim FROM node:24-bookworm-slim
ARG HUGO_VERSION=0.146.4 ARG HUGO_VERSION=0.163.2
ARG TARGETARCH=arm64 ARG TARGETARCH=arm64
RUN apt-get update -qq && \ RUN apt-get update -qq && \
@@ -19,4 +19,3 @@ RUN wget -q -O /tmp/hugo.deb \
dpkg -i /tmp/hugo.deb && \ dpkg -i /tmp/hugo.deb && \
rm /tmp/hugo.deb rm /tmp/hugo.deb
RUN npm install -g yarn