chore(deps): update gristlabs/grist docker tag to v1.1.7 (#1541)
This commit is contained in:
parent
ffdb56bbb4
commit
740c9d3e77
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"id": "grist",
|
||||
"description": "Grist is a modern relational spreadsheet. It combines the flexibility of a spreadsheet with the robustness of a database to organize your data and make you more productive.",
|
||||
"tipi_version": 5,
|
||||
"version": "1.1.6",
|
||||
"tipi_version": 6,
|
||||
"version": "1.1.7",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
@ -32,5 +32,8 @@
|
|||
"env_variable": "GRIST_SANDBOX_FLAVOR"
|
||||
}
|
||||
],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@ services:
|
|||
environment:
|
||||
- APP_HOME_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
|
||||
- GRIST_SANDBOX_FLAVOR=${GRIST_SANDBOX_FLAVOR}
|
||||
image: "gristlabs/grist:1.1.6"
|
||||
image: "gristlabs/grist:1.1.7"
|
||||
ports:
|
||||
- "${APP_PORT}:8484"
|
||||
restart: always
|
||||
|
|
Loading…
Reference in New Issue
Block a user