garzj / google-photos-migrate

A tool to fix EXIF data and recover filenames from a Google Photos takeout, preserving albums within the directory structure.
https://npmjs.com/package/google-photos-migrate
MIT License
104 stars 11 forks source link

Pin Dockerfile Node version #37

Closed claabs closed 6 days ago

claabs commented 1 week ago

Fixes the error when building:

# docker build . -t localhost/google-photos-migrate:latest
<...>
9.600 error eslint@9.3.0: The engine "node" is incompatible with this module. Expected version "^18.18.0 || ^20.9.0 || >=21.1.0". Got "21.0.0"
9.605 error Found incompatible module.

Need to pin it since the bookworm tag pulls the Node 20 image now.