chore(deps): update ghcr.io/diced/zipline docker tag to v3.7.5 (#1534)
This commit is contained in:
parent
a90c7d6f58
commit
6f01906653
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "zipline",
|
"id": "zipline",
|
||||||
"tipi_version": 5,
|
"tipi_version": 6,
|
||||||
"version": "3.7.4",
|
"version": "3.7.5",
|
||||||
"categories": [
|
"categories": [
|
||||||
"media"
|
"media"
|
||||||
],
|
],
|
||||||
|
@ -29,5 +29,8 @@
|
||||||
"env_variable": "ZIPLINE_CORE_SECRET"
|
"env_variable": "ZIPLINE_CORE_SECRET"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
zipline:
|
zipline:
|
||||||
container_name: zipline
|
container_name: zipline
|
||||||
image: ghcr.io/diced/zipline:3.7.4
|
image: ghcr.io/diced/zipline:3.7.5
|
||||||
ports:
|
ports:
|
||||||
- '${APP_PORT}:3000'
|
- '${APP_PORT}:3000'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in New Issue
Block a user