gitea update

This commit is contained in:
Nemo 2017-12-24 14:37:57 +05:30
parent e84bc906ea
commit 4f195bee49
1 changed files with 1 additions and 3 deletions

View File

@ -26,11 +26,9 @@ data "docker_registry_image" "traefik" {
name = "traefik:cancoillotte-alpine"
}
# The gitea latest is built against master
# so can't use that, and 1.3 isn't released yet
# https://github.com/go-gitea/gitea/releases
data "docker_registry_image" "gitea" {
name = "gitea/gitea:1.3.0-rc1"
name = "gitea/gitea:1.3.2"
}
data "docker_registry_image" "sickrage" {