Skip to content

Commit

Permalink
node 8.15.1 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
umut0 committed Dec 20, 2019
1 parent 71d4e7f commit 8b8d1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN yarn create-version-file \
&& rm -rf .git .scripts

# Final stage
FROM node:8-alpine
FROM node:8.15.1-alpine

WORKDIR /usr/src/app
COPY --from=build /usr/src/app /usr/src/app
Expand Down

0 comments on commit 8b8d1e1

Please sign in to comment.