chore(deps): update ghcr.io/donkie/spoolman docker tag to v0.17.0 (#3387)

This commit is contained in:
renovate[bot] 2024-05-04 22:15:21 +00:00 committed by GitHub
parent 9ebba3dde5
commit de67ab30d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 21 deletions

View File

@ -1,21 +1,21 @@
{ {
"name": "Spoolman", "name": "Spoolman",
"available": true, "available": true,
"port": 7912, "port": 7912,
"exposable": true, "exposable": true,
"id": "spoolman", "id": "spoolman",
"description": "Spoolman is a web service that helps you keep track of your filament spools and how they are being used. It acts as a database, where other printer software such as Octoprint and Moonraker can interact with to have a centralized place for spool information. For example, if used together with Moonraker, your spool weight will automatically be reduced as your print is progressing.", "description": "Spoolman is a web service that helps you keep track of your filament spools and how they are being used. It acts as a database, where other printer software such as Octoprint and Moonraker can interact with to have a centralized place for spool information. For example, if used together with Moonraker, your spool weight will automatically be reduced as your print is progressing.",
"tipi_version": 1, "tipi_version": 2,
"version": "0.16.1", "version": "0.17.0",
"categories": [ "categories": [
"utilities", "utilities",
"automation" "automation"
], ],
"short_desc": "Keep track of your inventory of 3D-printer filament spools", "short_desc": "Keep track of your inventory of 3D-printer filament spools",
"author": "Donkie", "author": "Donkie",
"source": "https://github.com/Donkie/Spoolman", "source": "https://github.com/Donkie/Spoolman",
"supported_architectures": [ "supported_architectures": [
"arm64", "arm64",
"amd64" "amd64"
] ]
} }

View File

@ -2,7 +2,7 @@ version: '3.8'
services: services:
spoolman: spoolman:
container_name: spoolman container_name: spoolman
image: ghcr.io/donkie/spoolman:0.16.1 image: ghcr.io/donkie/spoolman:0.17.0
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${APP_DATA_DIR}/data:/home/app/.local/share/spoolman - ${APP_DATA_DIR}/data:/home/app/.local/share/spoolman