File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -103,12 +103,6 @@ module.exports = {
103103
104104Both ways are equivalent; when in doubt, use Python.
105105
106- <InfoBox >
107-
108- Support for Python and the ` cube.py ` file was introduced in v0.34.
109-
110- </InfoBox >
111-
112106### Cube Core
113107
114108When using Docker, ensure that the configuration file and your [ data model
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ e.g., `cubejs/cubestore:arm64v8`.
6060<InfoBox >
6161
6262Note that it's a best practice to use specific locked versions, e.g.,
63- ` cubejs/cube:v0.34.56 ` , instead of ` cubejs/cube:latest ` in production.
63+ ` cubejs/cube:v0.36.0 ` , instead of ` cubejs/cube:latest ` in production.
6464
6565</InfoBox >
6666
@@ -284,7 +284,7 @@ a specific tag instead of `latest`:
284284``` yaml
285285services :
286286 cube_api :
287- image : cubejs/cube:v0.34.56
287+ image : cubejs/cube:v0.36.0
288288 ports :
289289 - 4000:4000
290290 environment :
You can’t perform that action at this time.
0 commit comments