Skip to content

Commit

Permalink
pin bootprint version
Browse files Browse the repository at this point in the history
  • Loading branch information
madnight committed Jun 18, 2020
1 parent ff7a2db commit a5ab158
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ RUN wget -q $WK_URL/$WK_PKG && \
dpkg -i $WK_PKG && \
rm /usr/local/bin/wkhtmltoimage

RUN npm install -g \
yarn \
coffee-script \
forever bootprint \
bootprint-openapi
RUN npm install -g \
yarn \
coffee-script \
forever bootprint@1.0.2 \
bootprint-openapi@1.1.1

# generate documentation from swagger
COPY swagger.yaml /
Expand Down

0 comments on commit a5ab158

Please sign in to comment.