Skip to content

Commit

Permalink
fix(docker): updated node to v12. Fixes MEMB-522
Browse files Browse the repository at this point in the history
  • Loading branch information
serge1peshcoff committed Aug 24, 2019
1 parent 537031b commit ffa1117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/oms-discounts/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10
FROM node:12

RUN mkdir -p /usr/app/src \
&& mkdir -p /usr/app/media \
Expand Down

0 comments on commit ffa1117

Please sign in to comment.