Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #397 from ibm-developer/node8-stretch
Browse files Browse the repository at this point in the history
fix: move node base image up to 8-stretch
  • Loading branch information
Jennifer Oliver authored Oct 24, 2018
2 parents dd89770 + 93fc788 commit 4e4619d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/dockertools/templates/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8
FROM node:8-stretch

# Change working directory
WORKDIR "/app"
Expand Down
2 changes: 1 addition & 1 deletion generators/dockertools/templates/node/Dockerfile-tools
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8
FROM node:8-stretch


ENV PORT {{port}}
Expand Down

0 comments on commit 4e4619d

Please sign in to comment.