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 e285590 commit c31e348Copy full SHA for c31e348
docker-compose.yaml
@@ -12,7 +12,7 @@ services:
12
- 5432:5432
13
app:
14
build: .
15
- image: ghcr.io/synocommunity/spkrepo:v0.2.8
+ image: ghcr.io/synocommunity/spkrepo:v0.3.0
16
command: flask run -h 0.0.0.0
17
ports:
18
- 5000:5000
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "spkrepo"
3
-version = "0.2.8"
+version = "0.3.0"
4
description = "Synology Package Repository"
5
license = "MIT"
6
authors = [ { name="Antoine Bertin", email="[email protected]" } ]
0 commit comments