chore(deps): update ghcr.io/meienberger/nextgba docker tag to v0.0.5 (#2565)

This commit is contained in:
renovate[bot] 2024-02-25 11:43:21 +00:00 committed by GitHub
parent 42f2fc21a9
commit ca8fc38e82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 5 deletions

View File

@ -5,12 +5,17 @@
"exposable": true, "exposable": true,
"id": "nextgba", "id": "nextgba",
"description": "All of your favorite gameboy games in your browser", "description": "All of your favorite gameboy games in your browser",
"tipi_version": 2, "tipi_version": 3,
"version": "v0.0.4", "version": "0.0.5",
"categories": ["gaming"], "categories": [
"gaming"
],
"short_desc": "Gameboy in your browser", "short_desc": "Gameboy in your browser",
"author": "meienberger", "author": "meienberger",
"source": "https://github.com/meienberger/nextgba", "source": "https://github.com/meienberger/nextgba",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: "3.9"
services: services:
nextgba: nextgba:
container_name: nextgba container_name: nextgba
image: ghcr.io/meienberger/nextgba:v0.0.4 image: ghcr.io/meienberger/nextgba:v0.0.5
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:3000 - ${APP_PORT}:3000