Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Commit

Permalink
Upgrade prettier to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-Olivier Andrez committed Jun 3, 2019
1 parent 52caae3 commit c7edf6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions prettier/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM node:8-alpine
FROM node:12.3.1-alpine
MAINTAINER sharils <[email protected]>

RUN npm install --global prettier && npm cache --force clean
RUN npm install --global prettier@1.17.1 && npm cache --force clean

WORKDIR /prettier
ENTRYPOINT ["prettier"]

0 comments on commit c7edf6f

Please sign in to comment.