Skip to content

Commit

Permalink
fix (docker): npm dependencies warning Unsupported engine
Browse files Browse the repository at this point in the history
package: '@sylius-ui/[email protected]' required: { node: '^20 || ^22' }. But docker runs 'v18.12.1'
  • Loading branch information
gitrequests authored Nov 15, 2024
1 parent 27a33af commit 37b8dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.override.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
ports:
- "80:80"
nodejs:
image: node:${NODE_VERSION:-18}-alpine
image: node:${NODE_VERSION:-20}-alpine
user: ${DOCKER_USER:-1000:1000}
working_dir: /srv/sylius
entrypoint: [ "/bin/sh","-c" ]
Expand Down

0 comments on commit 37b8dce

Please sign in to comment.