@budibase/worker 2.33.11 → 2.33.12

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 +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 yarn install --production=true --network-timeout 1000000
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.11",
4
+ "version": "2.33.12",
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.11",
41
- "@budibase/pro": "2.33.11",
42
- "@budibase/string-templates": "2.33.11",
43
- "@budibase/types": "2.33.11",
40
+ "@budibase/backend-core": "2.33.12",
41
+ "@budibase/pro": "2.33.12",
42
+ "@budibase/string-templates": "2.33.12",
43
+ "@budibase/types": "2.33.12",
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": "1a4b76f9d12ee30d6317560066655a800651f052"
110
+ "gitHead": "d595f52ef64af41573e814ccf4125c5f1b13e14b"
111
111
  }