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

Upgrade prettier to 1.17.1 #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@2.0.2 && npm cache --force clean

WORKDIR /prettier
ENTRYPOINT ["prettier"]