diff --git a/Dockerfile b/Dockerfile index 7760ad1..c749f9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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