@budibase/worker 2.33.7 → 2.33.9
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.
- package/Dockerfile +1 -1
- package/package.json +6 -6
package/Dockerfile
CHANGED
|
@@ -24,7 +24,7 @@ COPY packages/worker/dist/yarn.lock .
|
|
|
24
24
|
|
|
25
25
|
RUN ../scripts/removeWorkspaceDependencies.sh package.json
|
|
26
26
|
|
|
27
|
-
RUN --mount=type=cache,target=/root/.yarn YARN_CACHE_FOLDER=/root/.yarn yarn install --production=true --network-timeout 1000000
|
|
27
|
+
RUN --mount=type=cache,target=/root/.yarn YARN_CACHE_FOLDER=/root/.yarn yarn install --production=true --network-timeout 1000000 --network-concurrency 1
|
|
28
28
|
# Remove unneeded data from file system to reduce image size
|
|
29
29
|
RUN apk del .gyp \
|
|
30
30
|
&& yarn cache clean
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/worker",
|
|
3
3
|
"email": "hi@budibase.com",
|
|
4
|
-
"version": "2.33.
|
|
4
|
+
"version": "2.33.9",
|
|
5
5
|
"description": "Budibase background service",
|
|
6
6
|
"main": "src/index.ts",
|
|
7
7
|
"repository": {
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"author": "Budibase",
|
|
38
38
|
"license": "GPL-3.0",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@budibase/backend-core": "2.33.
|
|
41
|
-
"@budibase/pro": "2.33.
|
|
42
|
-
"@budibase/string-templates": "2.33.
|
|
43
|
-
"@budibase/types": "2.33.
|
|
40
|
+
"@budibase/backend-core": "2.33.9",
|
|
41
|
+
"@budibase/pro": "2.33.9",
|
|
42
|
+
"@budibase/string-templates": "2.33.9",
|
|
43
|
+
"@budibase/types": "2.33.9",
|
|
44
44
|
"@koa/router": "8.0.8",
|
|
45
45
|
"@techpass/passport-openidconnect": "0.3.3",
|
|
46
46
|
"@types/global-agent": "2.1.1",
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "22ab593c21d850f30287d82b7ae676ce6ded0428"
|
|
111
111
|
}
|