Skip to content

Commit

Permalink
Use the build arm image for zola
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyannn authored Dec 23, 2023
1 parent 6b6b53f commit b00b8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN ./redact.py /original /redacted


# Run Zola
FROM ghcr.io/getzola/zola:v0.17.1 as zola
FROM registry.cluster.megaver.se/library/zola as zola
WORKDIR /project
COPY zola/ ./
COPY --from=redact /redacted/ content/main/
Expand Down

0 comments on commit b00b8a0

Please sign in to comment.