Dockerfile aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 2m44s
All checks were successful
release-tag / release-image (push) Successful in 2m44s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user