Skip to content

Commit d0b1417

Browse files
authored
Merge pull request #70 from udx/worker-upgrade
Worker Upgrade
2 parents 381d93e + 496f3c6 commit d0b1417

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Context7 Sync
2+
3+
on:
4+
push:
5+
branches: [latest]
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: write
10+
11+
jobs:
12+
sync:
13+
uses: udx/reusable-workflows/.github/workflows/context7-ops.yml@master
14+
secrets:
15+
context7_api_key: ${{ secrets.CONTEXT7_API_KEY }}

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Use the latest udx-worker as the base image
2-
FROM usabilitydynamics/udx-worker:0.38.0
2+
FROM usabilitydynamics/udx-worker:0.40.0
33

44
# Add metadata labels
5-
LABEL version="0.30.0"
5+
LABEL version="0.31.0"
66

77
# Set build arguments for Node.js version and application port
88
ARG NODE_VERSION=24.13.1

0 commit comments

Comments
 (0)