diff --git a/app-catalog/catalog.json b/app-catalog/catalog.json index f726d5c8..46f646e7 100644 --- a/app-catalog/catalog.json +++ b/app-catalog/catalog.json @@ -109,12 +109,12 @@ { "id": "botfights", "title": "BotFights", - "version": "1.2.3", + "version": "1.2.7", "description": "Bot competition arena with 2-player arcade fighting mode. AI bots battle in trivia challenges while humans duke it out with controllers. Built for Bitcoiners.", "icon": "/assets/img/app-icons/botfights.svg", "author": "BotFights", "category": "community", - "dockerImage": "146.59.87.168:3000/lfg2025/botfights:1.2.3", + "dockerImage": "146.59.87.168:3000/lfg2025/botfights:1.2.7", "repoUrl": "https://botfights.net", "containerConfig": { "ports": [ diff --git a/apps/botfights/manifest.yml b/apps/botfights/manifest.yml index f2302493..d50756dc 100644 --- a/apps/botfights/manifest.yml +++ b/apps/botfights/manifest.yml @@ -1,12 +1,12 @@ app: id: botfights name: BotFights - version: 1.2.3 + version: 1.2.7 description: Bot competition arena with 2-player arcade fighting mode. AI bots battle in trivia challenges while humans duke it out with controllers. Built for Bitcoiners. category: community container: - image: 146.59.87.168:3000/lfg2025/botfights:1.2.3 + image: 146.59.87.168:3000/lfg2025/botfights:1.2.7 pull_policy: always # Auto-generated on first install (random hex, 0600, rootless-owned). The # 1.2.x image's server/src/middleware/jwt.ts throws at module import when diff --git a/neode-ui/public/catalog.json b/neode-ui/public/catalog.json index f726d5c8..46f646e7 100644 --- a/neode-ui/public/catalog.json +++ b/neode-ui/public/catalog.json @@ -109,12 +109,12 @@ { "id": "botfights", "title": "BotFights", - "version": "1.2.3", + "version": "1.2.7", "description": "Bot competition arena with 2-player arcade fighting mode. AI bots battle in trivia challenges while humans duke it out with controllers. Built for Bitcoiners.", "icon": "/assets/img/app-icons/botfights.svg", "author": "BotFights", "category": "community", - "dockerImage": "146.59.87.168:3000/lfg2025/botfights:1.2.3", + "dockerImage": "146.59.87.168:3000/lfg2025/botfights:1.2.7", "repoUrl": "https://botfights.net", "containerConfig": { "ports": [ diff --git a/scripts/image-versions.sh b/scripts/image-versions.sh index d5d0a953..3492d81c 100644 --- a/scripts/image-versions.sh +++ b/scripts/image-versions.sh @@ -90,7 +90,7 @@ FIPS_UI_IMAGE="$ARCHY_REGISTRY/fips-ui:latest" ROUTSTR_IMAGE="$ARCHY_REGISTRY/routstr:v0.4.3" # Community / Gaming -BOTFIGHTS_IMAGE="$ARCHY_REGISTRY/botfights:1.2.3" +BOTFIGHTS_IMAGE="$ARCHY_REGISTRY/botfights:1.2.7" # IndeedHub stack INDEEDHUB_IMAGE="$ARCHY_REGISTRY/indeedhub:1.0.0"