gitea: bump to latest master to avoid a bug in 1.7rc

This commit is contained in:
Nemo 2019-01-14 15:31:11 +05:30
parent 18164d175e
commit 245806ca8d
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# https://github.com/go-gitea/gitea/releases
data "docker_registry_image" "gitea" {
name = "gitea/gitea:1.7"
name = "gitea/gitea:latest"
# Currently on latest master to avoid https://github.com/go-gitea/gitea/issues/5704
# name = "gitea/gitea:1.7"
}
data "docker_registry_image" "redis" {