chore(deps): update lscr.io/linuxserver/emulatorjs docker tag to v1.7.3 (#1726)

This commit is contained in:
renovate[bot] 2023-11-30 23:18:13 +00:00 committed by GitHub
parent a09c610b40
commit 29f0563a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 5 deletions

View File

@ -5,13 +5,18 @@
"available": true,
"exposable": true,
"id": "emulatorjs",
"tipi_version": 2,
"version": "1.7.2",
"categories": ["gaming"],
"tipi_version": 3,
"version": "1.7.3",
"categories": [
"gaming"
],
"description": "Self-hosted Javascript emulation for various system.",
"short_desc": "Self-hosted Javascript emulation for various system.",
"author": "EmulatorJS",
"source": "https://github.com/EmulatorJS/EmulatorJS",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
emulatorjs:
container_name: emulatorjs
image: lscr.io/linuxserver/emulatorjs:1.7.2
image: lscr.io/linuxserver/emulatorjs:1.7.3
ports:
- ${APP_PORT}:80
- 8165:3000