Dockerfile aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 1m31s

This commit is contained in:
2025-05-03 23:49:43 +00:00
parent 63db4b0606
commit c2a2267e3a

View File

@@ -3,7 +3,7 @@ FROM alpine:3.21 AS builder
RUN apk add --no-cache git
WORKDIR /src
RUN git clone --depth 1 https://github.com/bludit/bludit.git .
RUN git clone --depth 1 https://github.com/danpros/htmly.git .
# ---- Final Image ----
FROM alpine:3.21