Skip to content

Commit

Permalink
🔖 feat(Romm): Upgrade Romm Docker image to 3.7.0-alpha.1 (#2440)
Browse files Browse the repository at this point in the history
* 🔖 feat(Romm): Upgrade Romm Docker image to 3.7.0-alpha.1

Upgrades the Romm Docker image from 3.6.0 to 3.7.0-alpha.1 in the
docker-compose.yml file. This update includes new features and
improvements that are necessary for the upcoming release.

* ✨ feat(Romm): Bump version to 3.7.0-alpha.1

Bumps the version of the Romm app from 3.6.0 to 3.7.0-alpha.1. This
change is necessary to prepare for the upcoming 3.7.0 release, which
will include new features and improvements.
  • Loading branch information
dragonfire1119 authored Dec 27, 2024
1 parent e875b97 commit 1a49119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Apps/Romm/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "Romm",
"version": "3.6.0",
"version": "3.7.0-alpha.1",
"image": "zurdi15/romm",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion Apps/Romm/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
# Service name: big-bear-romm
# The `big-bear-romm` service definition
big-bear-romm:
image: rommapp/romm:3.6.0 # Docker image for the application
image: rommapp/romm:3.7.0-alpha.1 # Docker image for the application
container_name: big-bear-romm
environment:
- DB_HOST=big-bear-rommdb # Hostname of the MariaDB container
Expand Down

0 comments on commit 1a49119

Please sign in to comment.