diff options
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
