feat(templates): update LinuxServer.io templates feed URL (#1089)

pull/1092/head
Anthony Lapenna 2017-08-01 11:24:44 +02:00 committed by GitHub
parent 5110f83fae
commit 0d6ab099ac
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ type TemplatesHandler struct {
}
const (
containerTemplatesURLLinuxServerIo = "http://tools.linuxserver.io/portainer.json"
containerTemplatesURLLinuxServerIo = "https://tools.linuxserver.io/portainer.json"
)
// NewTemplatesHandler returns a new instance of TemplatesHandler.