chore(deps): update ghcr.io/lodestone-team/lodestone_core docker tag to v0.4.4 (#565)

* chore(deps): update ghcr.io/lodestone-team/lodestone_core docker tag to v0.4.4

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2023-05-22 12:20:40 -04:00 committed by GitHub
parent ac29c373ee
commit dc6f88437b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -6,9 +6,11 @@
"no_gui": true,
"port": 16662,
"id": "lodestone-core",
"tipi_version": 1,
"version": "0.4.3",
"categories": ["gaming"],
"tipi_version": 2,
"version": "0.4.4",
"categories": [
"gaming"
],
"description": "A free, open source server hosting tool for Minecraft and other multiplayers",
"short_desc": "Server hosting tool for Minecraft and other multiplayers",
"author": "Lodestone-Team",

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
lodestone-core:
container_name: lodestone-core
image: ghcr.io/lodestone-team/lodestone_core:0.4.3
image: ghcr.io/lodestone-team/lodestone_core:0.4.4
ports:
- ${APP_PORT}:16662
- 25565-25575:25565-25575