Skip to content

Commit

Permalink
Update Docker image: 14.15.1-alpine3.12 and git: 2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
zemanlx committed Dec 11, 2020
1 parent 9fd6137 commit b28555c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM node:12.16.1-alpine3.11
FROM node:14.15.1-alpine3.12

WORKDIR /lint
COPY package.json package-lock.json .remarkrc.yaml ./
RUN npm install \
&& npm link remark-cli \
&& apk add --no-cache git~=2.24
&& apk add --no-cache git~=2.26

WORKDIR /lint/input
ENTRYPOINT ["/usr/local/bin/remark"]

0 comments on commit b28555c

Please # to comment.