Upgrade gitea

This commit is contained in:
Nemo 2018-10-13 12:19:31 +05:30
parent 167e58f8de
commit a7c9a3fe3c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# https://github.com/go-gitea/gitea/releases
data "docker_registry_image" "gitea" {
name = "gitea/gitea:1.5.0-rc1"
name = "gitea/gitea:1.5.2"
}
data "docker_registry_image" "redis" {