Skip to content

Commit

Permalink
Merge pull request solidusio#5737 from nvandoorn/update-node-in-docke…
Browse files Browse the repository at this point in the history
…r-compose

Update to Node 20 in `docker-compose.yml`
  • Loading branch information
tvdeyen authored May 3, 2024
2 parents 754c58b + d12907d commit a1551e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
args:
RUBY_VERSION: "3.1"
PG_VERSION: 13
NODE_VERSION: 14
NODE_VERSION: 20
MYSQL_VERSION: "8.0"
BUNDLER_VERSION: 2
image: solidus-4.4.0.dev
Expand Down

0 comments on commit a1551e7

Please sign in to comment.