···11-# This file is generated by Dofigen v2.2.0
11+# This file is generated by Dofigen v2.3.2
22# See https://github.com/lenra-io/dofigen
3344node_modules
···1212/packages/notifications
1313/packages/tinybird
1414/packages/tracker
1515-/packages/upstash
+6-5
apps/workflows/Dockerfile
···11-# syntax=docker/dockerfile:1.7
22-# This file is generated by Dofigen v2.2.0
11+# syntax=docker/dockerfile:1.11
22+# This file is generated by Dofigen v2.3.2
33# See https://github.com/lenra-io/dofigen
4455# install
66-FROM oven/bun@sha256:9a45ebd9a1e5403177064592e1564791443b1a459356c905d1112e32758dd454 AS install
66+FROM oven/bun@sha256:e9382fda475d1ff0a939e925db3ca5a91b3b26cd71f23410dc5363262384bbc2 AS install
77WORKDIR /app/
88RUN \
99 --mount=type=bind,target=package.json,source=package.json \
···1313 --mount=type=bind,target=packages/emails/package.json,source=packages/emails/package.json \
1414 --mount=type=bind,target=packages/utils/package.json,source=packages/utils/package.json \
1515 --mount=type=bind,target=packages/tsconfig/package.json,source=packages/tsconfig/package.json \
1616+ --mount=type=bind,target=packages/upstash/package.json,source=packages/upstash/package.json \
1617 --mount=type=cache,target=/root/.bun/install/cache,sharing=locked \
1718 bun install --production --ignore-scripts --frozen-lockfile --verbose
18191920# build
2020-FROM oven/bun@sha256:9a45ebd9a1e5403177064592e1564791443b1a459356c905d1112e32758dd454 AS build
2121+FROM oven/bun@sha256:e9382fda475d1ff0a939e925db3ca5a91b3b26cd71f23410dc5363262384bbc2 AS build
2122ENV NODE_ENV="production"
2223WORKDIR /app/apps/workflows
2324COPY \
···3031RUN bun build --compile --sourcemap --format=cjs src/index.ts --outfile=app
31323233# runtime
3333-FROM debian@sha256:b0c91cc181796d34c53f7ea106fbcddaf87f3e601cc371af6a24a019a489c980 AS runtime
3434+FROM debian@sha256:e831d9a884d63734fe3dd9c491ed9a5a3d4c6a6d32c5b14f2067357c49b0b7e1 AS runtime
3435COPY \
3536 --from=build \
3637 --chown=1000:1000 \