@budibase/server 2.33.6 → 2.33.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/Dockerfile +1 -1
  2. package/package.json +9 -9
package/Dockerfile CHANGED
@@ -41,7 +41,7 @@ RUN chmod +x ./scripts/removeWorkspaceDependencies.sh
41
41
  RUN ./scripts/removeWorkspaceDependencies.sh package.json
42
42
 
43
43
  # Install yarn packages with caching
44
- RUN --mount=type=cache,target=/root/.yarn YARN_CACHE_FOLDER=/root/.yarn yarn install --production=true --network-timeout 1000000 \
44
+ RUN --mount=type=cache,target=/root/.yarn YARN_CACHE_FOLDER=/root/.yarn yarn install --production=true --network-timeout 1000000 --network-concurrency 1 \
45
45
  && yarn cache clean \
46
46
  && apk del g++ make python3 jq \
47
47
  && rm -rf /tmp/* /root/.node-gyp /usr/local/lib/node_modules/npm/node_modules/node-gyp
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/server",
3
3
  "email": "hi@budibase.com",
4
- "version": "2.33.6",
4
+ "version": "2.33.8",
5
5
  "description": "Budibase Web Server",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -49,13 +49,13 @@
49
49
  "license": "GPL-3.0",
50
50
  "dependencies": {
51
51
  "@apidevtools/swagger-parser": "10.0.3",
52
- "@budibase/backend-core": "2.33.6",
53
- "@budibase/client": "2.33.6",
54
- "@budibase/frontend-core": "2.33.6",
55
- "@budibase/pro": "2.33.6",
56
- "@budibase/shared-core": "2.33.6",
57
- "@budibase/string-templates": "2.33.6",
58
- "@budibase/types": "2.33.6",
52
+ "@budibase/backend-core": "2.33.8",
53
+ "@budibase/client": "2.33.8",
54
+ "@budibase/frontend-core": "2.33.8",
55
+ "@budibase/pro": "2.33.8",
56
+ "@budibase/shared-core": "2.33.8",
57
+ "@budibase/string-templates": "2.33.8",
58
+ "@budibase/types": "2.33.8",
59
59
  "@bull-board/api": "5.10.2",
60
60
  "@bull-board/koa": "5.10.2",
61
61
  "@elastic/elasticsearch": "7.10.0",
@@ -195,5 +195,5 @@
195
195
  }
196
196
  }
197
197
  },
198
- "gitHead": "924a0a37f37040a555a2ec3df702cab88cf96c9f"
198
+ "gitHead": "89f5de47e716c7a415d51fbac2c3daf0aff8479a"
199
199
  }