Browse Source

Add latest tag to image tags.

Robert Middleswarth 2 years ago
parent
commit
33c7c3dd30
1 changed files with 2 additions and 2 deletions
  1. 2 2
      template/apps/dashy.json

+ 2 - 2
template/apps/dashy.json

@@ -15,8 +15,8 @@
 			"name": "PGID"
 		}
 	],
-	"image32": "lissy93/dashy",
-	"image64": "lissy93/dashy",
+	"image32": "lissy93/dashy:latest",
+	"image64": "lissy93/dashy:latest",
 	"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/dashy.png",
 	"name": "Dashy",
 	"officialDoc": "https://dashy.to/docs/quick-start",