Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f25ef93a5 | |||
| 6863c0469f |
+1
-2
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user