We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5574a commit d9a23d2Copy full SHA for d9a23d2
docker-compose.yaml
@@ -12,7 +12,7 @@ services:
12
- 5432:5432
13
app:
14
build: .
15
- image: ghcr.io/synocommunity/spkrepo:v0.2.7
+ image: ghcr.io/synocommunity/spkrepo:v0.2.8
16
command: flask run -h 0.0.0.0
17
ports:
18
- 5000:5000
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "spkrepo"
3
-version = "0.2.7"
+version = "0.2.8"
4
description = "Synology Package Repository"
5
license = "MIT"
6
authors = ["Antoine Bertin <[email protected]>"]
0 commit comments