Skip to content

Commit

Permalink
Merge pull request #27 from zemanlx/update/2023-07-04
Browse files Browse the repository at this point in the history
Update/2023 07 04
  • Loading branch information
zemanlx authored Jul 4, 2023
2 parents 1cc275f + 053bb3b commit dbff235
Show file tree
Hide file tree
Showing 3 changed files with 665 additions and 365 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM node:20.0.0-alpine3.17
FROM node:20.3.1-alpine3.18

WORKDIR /lint
COPY package.json package-lock.json .remarkrc.yaml ./
RUN npm install \
&& npm link remark-cli \
&& apk add --no-cache git~=2.38 \
&& apk add --no-cache git~=2.40 \
&& git config --global --add safe.directory /lint/input

WORKDIR /lint/input
Expand Down
Loading

0 comments on commit dbff235

Please sign in to comment.