Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Pin Dockerfiles to last known good version of Node.js (#4685)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Stone <[email protected]>
  • Loading branch information
Simon Stone authored Aug 30, 2019
1 parent 2b91332 commit de108c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/composer-cli/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
# limitations under the License.
#

FROM node:8-alpine
# Fixed to last known good level at deprecation; later versions fail build due to Alpine upgrade
FROM node:8.15.1-alpine

# Reset npm logging to default level.
ENV NPM_CONFIG_LOGLEVEL warn
Expand Down
3 changes: 2 additions & 1 deletion packages/composer-playground/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM node:8-alpine
# Fixed to last known good level at deprecation; later versions fail build due to Alpine upgrade
FROM node:8.15.1-alpine

# Reset npm logging to default level.
ENV NPM_CONFIG_LOGLEVEL warn
Expand Down
3 changes: 2 additions & 1 deletion packages/composer-rest-server/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM node:8-alpine
# Fixed to last known good level at deprecation; later versions fail build due to Alpine upgrade
FROM node:8.15.1-alpine

# Reset npm logging to default level.
ENV NPM_CONFIG_LOGLEVEL warn
Expand Down

0 comments on commit de108c3

Please sign in to comment.