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

Commit 690c9a4

Browse files
author
Marc-Olivier Andrez
committed
Upgrade prettier to 1.17.1
1 parent 52caae3 commit 690c9a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

prettier/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM node:8-alpine
1+
FROM node:12.3.1-alpine
22
MAINTAINER sharils <sharils@users.noreply.github.com>
33

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

66
WORKDIR /prettier
77
ENTRYPOINT ["prettier"]

0 commit comments

Comments
 (0)