@vellumai/credential-executor 0.11.9-dev.202609041713.aefee3e → 0.11.9-dev.202609041818.e0db78b

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 +1 -1
package/Dockerfile CHANGED
@@ -50,7 +50,7 @@ RUN ln -sf /usr/local/bin/bun /usr/local/bin/bunx
50
50
  RUN groupadd --system --gid 1001 ces && \
51
51
  useradd --system --uid 1001 --gid ces --create-home ces
52
52
 
53
- COPY --from=builder --chown=ces:ces /app /app
53
+ COPY --link --from=builder --chown=1001:1001 /app /app
54
54
 
55
55
  # Copy source after installing dependencies for better layer caching.
56
56
  COPY --chown=ces:ces packages/service-contracts /app/packages/service-contracts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/credential-executor",
3
- "version": "0.11.9-dev.202609041713.aefee3e",
3
+ "version": "0.11.9-dev.202609041818.e0db78b",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {