From 6058bcf829266429015a6d0d1c1b2067c4029946 Mon Sep 17 00:00:00 2001 From: Dimitrij Pinneker Date: Fri, 30 Aug 2024 18:16:32 +0000 Subject: [PATCH] Fixed repo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5db8a42..97cb634 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ENV CGO_ENABLED 0 WORKDIR /app RUN apk add --no-cache git ca-certificates make cmake ENV GOBIN=/app/bin -RUN git clone https://github.com/dbildungscloud/clammit --branch main . && make all +RUN git clone https://github.com/dbildungsplattform/clammit --branch main . && make all # Build runtime image FROM alpine:3.20