Skip to content

Commit 1f433d5

Browse files
committed
Update Node.js to v8.16
1 parent f1fc364 commit 1f433d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:8.15-alpine as npm
1+
FROM node:8.16-alpine as npm
22
RUN mkdir -p /usr/src/app
33
COPY . /usr/src/app
44
WORKDIR /usr/src/app
@@ -11,7 +11,7 @@ WORKDIR /usr/src/app
1111
RUN lein cljsbuild once prod
1212
RUN lein cljsbuild once server-prod
1313

14-
FROM node:8.14-alpine
14+
FROM node:8.16-alpine
1515
RUN mkdir -p /usr/src/app
1616
COPY --from=clojure /usr/src/app /usr/src/app
1717
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)