From 913532edb970354af6703e852a8dfe0bb2f5c69e Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 13 Oct 2023 15:37:18 +0200 Subject: [PATCH] use latest development for fed test --- infrastructure/docker-federated/image/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/infrastructure/docker-federated/image/Dockerfile b/infrastructure/docker-federated/image/Dockerfile index e3d831b..3c439ec 100644 --- a/infrastructure/docker-federated/image/Dockerfile +++ b/infrastructure/docker-federated/image/Dockerfile @@ -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