diff --git a/apps/gitea/Makefile b/apps/gitea/Makefile index 15bcfb4..c892f1c 100644 --- a/apps/gitea/Makefile +++ b/apps/gitea/Makefile @@ -2,7 +2,7 @@ # This file included by ../../Makefile SHELL = /bin/bash # Default docker image version -GITEA_VER0 ?= 1.15.5 +GITEA_VER0 ?= 1.16.5 # Config vars are described below in section `define CONFIG_...` GITEA_HOST ?= git.$(DCAPE_DOMAIN) GITEA_SSH_PORT ?= 10022