This commit is contained in:
Dakota Walsh 2025-07-08 14:33:05 +12:00
parent fc3152d6e8
commit 635bd85e2b
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
FROM alpine FROM alpine:edge
RUN apk add --no-cache ca-certificates RUN apk add --no-cache ca-certificates zola
ADD *.sh / ADD *.sh /

View file

@ -2,4 +2,4 @@
set -e set -e
touch "$1" zola --version