chrisguttandin / dynamo-db-local

A wrapper around Amazon's DynamoDB Local to start and stop it from Node.js.
MIT License
13 stars 5 forks source link

Lock Docker image version to the version of the JAR included in the package #115

Closed mxro closed 1 year ago

mxro commented 1 year ago

Since the JAR versioned packaged with the library is 1.20.0, it could be advisable to lock the version used when using Docker to the same version.

chrisguttandin commented 1 year ago

Thanks a lot for your contribution. It's a very good idea to make sure the version is always the same.

It made me realize that I need to update the library to use version 1.21.0, too. I will do that next.