Skip to content

Commit

Permalink
feat: Update to node v14.11.0
Browse files Browse the repository at this point in the history
- Hoping this will address #6254

Signed-off-by: Peter Lyons <pete@reactioncommerce.com>
  • Loading branch information
Peter Lyons committed Sep 23, 2020
1 parent 4f2c1c0 commit 9bf7d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
# Dockerfile for production builds
FROM reactioncommerce/node-prod:12.14.1-v1
FROM reactioncommerce/node-prod:14.11.0-v1

# The `node-prod` base image installs NPM deps with --no-scripts.
# This prevents the `sharp` lib from working because it installs the binaries
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Expand Up @@ -12,7 +12,7 @@ version: '3.4'

services:
api:
image: reactioncommerce/node-dev:12.14.1-v3
image: reactioncommerce/node-dev:14.11.0-v1
ports:
- "3000:3000"
- "9229:9229"
Expand Down

0 comments on commit 9bf7d0b

Please sign in to comment.