testcontainers / testcontainers-node

Testcontainers is a NodeJS library that supports tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
https://testcontainers.com
MIT License
1.94k stars 195 forks source link

Bump default postgres version #843

Closed nikeee closed 1 month ago

netlify[bot] commented 1 month ago

Deploy Preview for testcontainers-node ready!

Name Link
Latest commit fa1fdbc3372ef5708d183c1eae2c3d0a7fa944f9
Latest deploy log https://app.netlify.com/sites/testcontainers-node/deploys/670917e8399ebe00083085e4
Deploy Preview https://deploy-preview-843--testcontainers-node.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

cristianrgreco commented 1 month ago

Updating the default image version for any module requires a major release, which is quite unsustainable. I will likely remove image defaults in the module constructors, instead of updating them. That way it's up to users to manage and update their own versions.

nikeee commented 1 month ago

Removing it entirely would be even better, yes.