Skip to content

Commit

Permalink
Merge pull request #28 from zemanlx/update/2024-08-01
Browse files Browse the repository at this point in the history
Update/2024 08 01
  • Loading branch information
zemanlx authored Aug 1, 2024
2 parents dbff235 + f24cb37 commit 2cd87b7
Show file tree
Hide file tree
Showing 4 changed files with 1,932 additions and 1,318 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.3.1-alpine3.18
FROM node:22.5.1-alpine3.20

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

WORKDIR /lint/input
Expand Down
Loading

0 comments on commit 2cd87b7

Please sign in to comment.