Skip to content

Commit f1fc364

Browse files
authored
Merge pull request #12 from boxp/renovate/node-8.x
Update Node.js to v8.15
2 parents 19b05de + 51291b0 commit f1fc364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:8.14-alpine as npm
1+
FROM node:8.15-alpine as npm
22
RUN mkdir -p /usr/src/app
33
COPY . /usr/src/app
44
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)