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

This commit is contained in:
2026-05-19 05:16:31 +00:00
parent 39e6bea5b6
commit 9b7879f236

View File

@@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -ldflags="-s -w" -o
############################
FROM alpine/git AS content
ARG CONTENT_REPO=https://git.send.nrw/b1tsblog/blogcontent.git
ARG CONTENT_REPO=https://git.send.nrw/sendnrw/blogcontenttemplate.git
ARG CONTENT_REF=main
RUN git clone --depth 1 --branch ${CONTENT_REF} ${CONTENT_REPO} /src
@@ -55,7 +55,7 @@ RUN if [ -d /src/templates ]; then \
############################
# 3) Runtime-Image
############################
FROM alpine:3.21
FROM alpine:3.23
RUN apk add --no-cache ca-certificates git tzdata