Skip to content

Commit

Permalink
Use node:lts, not node:latest
Browse files Browse the repository at this point in the history
Some of the packages we use don't work with node 21.
  • Loading branch information
manthey committed Oct 25, 2023
1 parent 2d2aba7 commit e91b6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
- minio

yarn:
image: node:latest
image: node:lts
command: [ "/bin/bash", "-c", "yarn install && yarn serve" ]
env_file: ./dev/yarn.env
environment:
Expand Down

0 comments on commit e91b6ff

Please sign in to comment.