Skip to content

Commit

Permalink
fix(deps): use latest tag for ApiDOM installation
Browse files Browse the repository at this point in the history
Refs #8
  • Loading branch information
char0n committed Dec 30, 2024
1 parent 7bf4ce0 commit 0d9dea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
WORKDIR /workspace

# install dependencies
RUN npm install @swagger-api/apidom-ls @actions/core vscode-languageserver-textdocument
RUN npm install @swagger-api/apidom-ls@latest @actions/core vscode-languageserver-textdocument

COPY validate.cjs .
ENTRYPOINT ["node", "/workspace/validate.cjs"]
Expand Down

0 comments on commit 0d9dea2

Please sign in to comment.