chore(deps): update gristlabs/grist docker tag to v1.1.14 (#3511)
This commit is contained in:
parent
aa240228db
commit
7b43a24599
|
@ -5,11 +5,9 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "grist",
|
"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.",
|
"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": 12,
|
"tipi_version": 13,
|
||||||
"version": "1.1.13",
|
"version": "1.1.14",
|
||||||
"categories": [
|
"categories": ["utilities"],
|
||||||
"utilities"
|
|
||||||
],
|
|
||||||
"short_desc": "Grist is the evolution of spreadsheets.",
|
"short_desc": "Grist is the evolution of spreadsheets.",
|
||||||
"author": "https://github.com/gristlabs",
|
"author": "https://github.com/gristlabs",
|
||||||
"source": "https://github.com/gristlabs/grist-core",
|
"source": "https://github.com/gristlabs/grist-core",
|
||||||
|
@ -32,8 +30,5 @@
|
||||||
"env_variable": "GRIST_SANDBOX_FLAVOR"
|
"env_variable": "GRIST_SANDBOX_FLAVOR"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- APP_HOME_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
|
- APP_HOME_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
|
||||||
- GRIST_SANDBOX_FLAVOR=${GRIST_SANDBOX_FLAVOR}
|
- GRIST_SANDBOX_FLAVOR=${GRIST_SANDBOX_FLAVOR}
|
||||||
image: "gristlabs/grist:1.1.13"
|
image: "gristlabs/grist:1.1.14"
|
||||||
ports:
|
ports:
|
||||||
- "${APP_PORT}:8484"
|
- "${APP_PORT}:8484"
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in New Issue
Block a user