From e8fa2a4d4026ff311ef73ddb759cf96089f368d3 Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Thu, 19 Mar 2026 21:58:33 +0300 Subject: [PATCH 1/2] upgrade to udx-worker:0.40.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7a3f770..40c896c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # Use the latest udx-worker as the base image -FROM usabilitydynamics/udx-worker:0.38.0 +FROM usabilitydynamics/udx-worker:0.40.0 # Add metadata labels -LABEL version="0.30.0" +LABEL version="0.31.0" # Set build arguments for Node.js version and application port ARG NODE_VERSION=24.13.1 From 496f3c63ea7e061d013d43129e40127b8cd8a44c Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Thu, 19 Mar 2026 21:59:20 +0300 Subject: [PATCH 2/2] added context7 sync workflow --- .github/workflows/context7_sync.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/context7_sync.yml diff --git a/.github/workflows/context7_sync.yml b/.github/workflows/context7_sync.yml new file mode 100644 index 0000000..5a4c221 --- /dev/null +++ b/.github/workflows/context7_sync.yml @@ -0,0 +1,15 @@ +name: Context7 Sync + +on: + push: + branches: [latest] + workflow_dispatch: + +permissions: + contents: write + +jobs: + sync: + uses: udx/reusable-workflows/.github/workflows/context7-ops.yml@master + secrets: + context7_api_key: ${{ secrets.CONTEXT7_API_KEY }}