@budibase/worker 2.13.44 → 2.13.45

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 +4 -0
  2. package/package.json +6 -6
package/Dockerfile CHANGED
@@ -51,8 +51,12 @@ ENV TENANT_FEATURE_FLAGS=*:LICENSING,*:USER_GROUPS,*:ONBOARDING_TOUR
51
51
  ENV ACCOUNT_PORTAL_URL=https://account.budibase.app
52
52
 
53
53
  ARG BUDIBASE_VERSION
54
+ ARG GIT_COMMIT_SHA
54
55
  # Ensuring the version argument is sent
55
56
  RUN test -n "$BUDIBASE_VERSION"
56
57
  ENV BUDIBASE_VERSION=$BUDIBASE_VERSION
58
+ ENV DD_GIT_REPOSITORY_URL=https://github.com/budibase/budibase
59
+ ENV DD_GIT_COMMIT_SHA=$GIT_COMMIT_SHA
60
+ ENV DD_VERSION=$BUDIBASE_VERSION
57
61
 
58
62
  CMD ["./docker_run.sh"]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/worker",
3
3
  "email": "hi@budibase.com",
4
- "version": "2.13.44",
4
+ "version": "2.13.45",
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.13.44",
41
- "@budibase/pro": "2.13.44",
42
- "@budibase/string-templates": "2.13.44",
43
- "@budibase/types": "2.13.44",
40
+ "@budibase/backend-core": "2.13.45",
41
+ "@budibase/pro": "2.13.45",
42
+ "@budibase/string-templates": "2.13.45",
43
+ "@budibase/types": "2.13.45",
44
44
  "@koa/router": "8.0.8",
45
45
  "@techpass/passport-openidconnect": "0.3.2",
46
46
  "@types/global-agent": "2.1.1",
@@ -107,5 +107,5 @@
107
107
  }
108
108
  }
109
109
  },
110
- "gitHead": "c7ea529732eff412b03262321dbf49b0082232d7"
110
+ "gitHead": "2968b026ecd86b29860605e0830a0e877820e14c"
111
111
  }