aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 596a0c4..7e1264a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:latest AS builder
+FROM git.stdv.de/saturneric/alpine:latest AS builder
COPY . /app
@@ -13,7 +13,7 @@ RUN apk --no-cache add libc-dev git gcc make \
RUN make NO_REGEX=NeedsStartEnd LUA_PKGCONFIG=lua5.4 -j$(nproc) install
-FROM alpine:latest AS runtime
+FROM git.stdv.de/saturneric/alpine:latest AS runtime
COPY --from=builder /var/www/htdocs/cgit /usr/share/webapps/cgit
COPY ./filters /usr/lib/cgit/filters