catalog update git protection in docker

This commit is contained in:
mr
2026-05-29 09:16:53 +02:00
parent d1991e85b6
commit 490bcdd8ea
4 changed files with 43 additions and 39 deletions
+2
View File
@@ -3,6 +3,8 @@ FROM golang:alpine AS deps
WORKDIR /app
COPY go.mod go.sum ./
RUN sed -i '/replace/d' go.mod
RUN apk add --no-cache git
RUN git config --global url."https://cloud.o-forge.io/".insteadOf "http://cloud.o-forge.io/"
RUN go mod download
#----------------------------------------------------------------------------------------------