fix: Use node 20.5 in Dockerfile
What does this PR do? (Please give us a brief description of what this PR does.)
It sets the base docker image used in the Dockerfile to node:20.5.
The Dockerfile is currently set to use node:latest. At the time of writing, that is 20.6, and TypeORM does not work with 20.6, so migrations will fail.
Fixes #10730 (closed)
Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines
-
I agree to follow this project's Contribution Guidelines -
I have made sure to test this pull request -
I have made sure to run pnpm run format
before submitting this pull request