Skip to content

Commit

Permalink
Merge pull request #346 from girder/node-lts
Browse files Browse the repository at this point in the history
Use node:lts, not node:latest
  • Loading branch information
manthey authored Oct 25, 2023
2 parents 2d2aba7 + e91b6ff commit 800d5aa
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 800d5aa

Please sign in to comment.