Skip to content

Commit 8b8d1e1

Browse files
author
umut0
committed
node 8.15.1 everywhere
1 parent 71d4e7f commit 8b8d1e1

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
@@ -24,7 +24,7 @@ RUN yarn create-version-file \
2424
&& rm -rf .git .scripts
2525

2626
# Final stage
27-
FROM node:8-alpine
27+
FROM node:8.15.1-alpine
2828

2929
WORKDIR /usr/src/app
3030
COPY --from=build /usr/src/app /usr/src/app

0 commit comments

Comments
 (0)