···11-# This file is generated by Dofigen v2.5.1
11+# This file is generated by Dofigen v2.6.0
22# See https://github.com/lenra-io/dofigen
3344node_modules
+4-3
apps/server/Dockerfile
···11-# syntax=docker/dockerfile:1.11
22-# This file is generated by Dofigen v2.5.1
11+# syntax=docker/dockerfile:1.19.0
22+# This file is generated by Dofigen v2.6.0
33# See https://github.com/lenra-io/dofigen
4455# install
···1212RUN \
1313 --mount=type=bind,target=bunfig.toml,source=bunfig.toml \
1414 --mount=type=bind,target=package.json,source=package.json \
1515+ --mount=type=bind,target=patches,source=patches \
1516 --mount=type=bind,target=apps/server/package.json,source=apps/server/package.json \
1617 --mount=type=bind,target=packages/analytics/package.json,source=packages/analytics/package.json \
1718 --mount=type=bind,target=packages/db/package.json,source=packages/db/package.json \
···4849# runtime
4950FROM debian@sha256:530a3348fc4b5734ffe1a137ddbcee6850154285251b53c3425c386ea8fac77b AS runtime
5051LABEL \
5151- io.dofigen.version="2.5.1" \
5252+ io.dofigen.version="2.6.0" \
5253 org.opencontainers.image.authors="OpenStatus Team" \
5354 org.opencontainers.image.base.digest="sha256:530a3348fc4b5734ffe1a137ddbcee6850154285251b53c3425c386ea8fac77b" \
5455 org.opencontainers.image.base.name="docker.io/debian:bullseye-slim" \
···11-# This file is generated by Dofigen v2.5.1
11+# This file is generated by Dofigen v2.6.0
22# See https://github.com/lenra-io/dofigen
3344node_modules
+4-3
apps/workflows/Dockerfile
···11-# syntax=docker/dockerfile:1.11
22-# This file is generated by Dofigen v2.5.1
11+# syntax=docker/dockerfile:1.19.0
22+# This file is generated by Dofigen v2.6.0
33# See https://github.com/lenra-io/dofigen
4455# ca-certs
···3030RUN \
3131 --mount=type=bind,target=bunfig.toml,source=bunfig.toml \
3232 --mount=type=bind,target=package.json,source=package.json \
3333+ --mount=type=bind,target=patches,source=patches \
3334 --mount=type=bind,target=apps/workflows/package.json,source=apps/workflows/package.json \
3435 --mount=type=bind,target=packages/assertions/package.json,source=packages/assertions/package.json \
3536 --mount=type=bind,target=packages/db/package.json,source=packages/db/package.json \
···8586# runtime
8687FROM debian@sha256:530a3348fc4b5734ffe1a137ddbcee6850154285251b53c3425c386ea8fac77b AS runtime
8788LABEL \
8888- io.dofigen.version="2.5.1" \
8989+ io.dofigen.version="2.6.0" \
8990 org.opencontainers.image.authors="OpenStatus Team" \
9091 org.opencontainers.image.base.digest="sha256:530a3348fc4b5734ffe1a137ddbcee6850154285251b53c3425c386ea8fac77b" \
9192 org.opencontainers.image.base.name="docker.io/debian:bullseye-slim" \