Ability To Pin WireMock.NET Test Container To A Particular Version Of WireMock.NET
Is your feature request related to a problem? Please describe.
As of today, it is not possible to anchor a WireMock.NET test container to a specific version of WireMock, unlike other test containers such as Redis and SQL Server that offer this capability. Recently, the SQL Server Docker Image incorporated a breaking change, which subsequently disrupted SQL Server test containers in numerous CI/CD pipelines where the image was not pinned to a fixed version. Fortunately, these containers permit version pinning, thereby providing a provisional solution for development teams while the underlying issue is addressed.
Furthermore, it is deemed best practice by the test container team to consistently pin the image to a specific version.
Describe the solution you'd like Having the ability to pin the needed WireMock.NET version when building a WireMock.NET test container would be a welcome development.
Describe alternatives you've considered N/A
Is your feature request supported by WireMock (java version)? Please provide details. Provide relevant information if requested feature is supported in Handlebarsjs but is missing in our implementation. N/A
Additional context N/A