Browse Source

fixed firefox image (#189)

Jesbin 1 year ago
parent
commit
1a508c3ada
1 changed files with 2 additions and 2 deletions
  1. 2 2
      template/apps/Firefox.json

+ 2 - 2
template/apps/Firefox.json

@@ -15,8 +15,8 @@
 			"name": "PGID"
 		}
 	],
-	"image_arm64": "lscr.io/linuxserver/firefox:latest",
-	"image_amd64": "lscr.io/linuxserver/firefox:latest",
+	"image_arm64": "linuxserver/firefox:latest",
+	"image_amd64": "linuxserver/firefox:latest",
 	"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/firefox.png",
 	"name": "Firefox",
 	"platform": "linux",