Merge branch 'main' of ssh://repo.prod.meissa.de:2222/meissa/c4k-forgejo
This commit is contained in:
commit
4bb5315865
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
#Build stage
|
||||
FROM docker.io/library/golang:1.20.4-alpine3.18 AS build-env
|
||||
FROM docker.io/library/golang:1.21-alpine3.18 AS build-env
|
||||
|
||||
ARG GOPROXY
|
||||
ENV GOPROXY ${GOPROXY:-direct}
|
||||
|
@ -9,10 +9,10 @@ ARG TAGS="sqlite sqlite_unlock_notify"
|
|||
ENV TAGS "bindata timetzdata $TAGS"
|
||||
ARG CGO_EXTRA_CFLAGS
|
||||
|
||||
#ENV FORGEJO_GIT_URL "https://codeberg.org/forgejo/forgejo.git"
|
||||
ENV FORGEJO_GIT_URL "https://git.exozy.me/a/gitea.git"
|
||||
#ENV FORGEJO_BRANCH "forgejo-federation"
|
||||
ENV FORGEJO_BRANCH "libreplanet-federation-demo"
|
||||
ENV FORGEJO_GIT_URL "https://codeberg.org/forgejo/forgejo.git"
|
||||
#ENV FORGEJO_GIT_URL "https://git.exozy.me/a/gitea.git"
|
||||
ENV FORGEJO_BRANCH "forgejo-development"
|
||||
#ENV FORGEJO_BRANCH "libreplanet-federation-demo"
|
||||
|
||||
#Build deps
|
||||
RUN apk --no-cache add build-base git nodejs npm
|
||||
|
|
Loading…
Reference in a new issue