Skip to content

Commit b5d4327

Browse files
authored
build: use main not old commit hash in dockerfile (#21)
1 parent 772d1e9 commit b5d4327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ USER service-user
1010

1111
WORKDIR /app
1212

13-
RUN git clone https://github.com/8enSmith/mcp-open-library . && git checkout 4f080d4f87a851400834de97d4c76b77c7bebf18
13+
RUN git clone https://github.com/8enSmith/mcp-open-library . && git checkout main
1414

1515
RUN (pnpm install || true) && (pnpm run build || true)
1616

0 commit comments

Comments
 (0)