Skip to content

Commit

Permalink
Update Node.js to v8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 22, 2019
1 parent bc0c82c commit 6a52ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/leiningen/new/miura/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8.15-alpine as npm
FROM node:8.17-alpine as npm
RUN mkdir -p /usr/src/app
COPY . /usr/src/app
WORKDIR /usr/src/app
Expand All @@ -11,7 +11,7 @@ WORKDIR /usr/src/app
RUN lein cljsbuild once prod
RUN lein cljsbuild once server-prod

FROM node:8.14-alpine
FROM node:8.17-alpine
RUN mkdir -p /usr/src/app
COPY --from=clojure /usr/src/app /usr/src/app
WORKDIR /usr/src/app
Expand Down

0 comments on commit 6a52ae7

Please sign in to comment.