Terrafrom Docker on DockerHub

Hello,
We are using terrafrom:full image from Docker hub on our CI
As I understand, each time the mater is being updated, that image is also being updated to the latest version.

Our terraform configuration is currently locked on that specific version making us each time to update the terraform dependencies to be the latest version.

Is there a full image we can find to use as part of our CI that is version locked?
in example terraform-0.12.28:full

Thanks