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 690c9a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prettier/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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 690c9a4

Please sign in to comment.