use latest development for fed test

This commit is contained in:
Michael Jerger 2023-10-13 15:37:18 +02:00
parent cfb7fdae14
commit 913532edb9

View file

@ -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