Skip to content

Commit

Permalink
node version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Apr 12, 2019
1 parent 2614949 commit cf53914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
#
# build angular project
#
FROM node:8.9 as webapp-builder
FROM node:10 as webapp-builder

# change PREFIX if you need another url prefix for the webapp
ENV PREFIX /ecs-deploy
Expand Down

0 comments on commit cf53914

Please sign in to comment.