This dockerfile currently installs 1.59.1 which is a little old, but I can see that you have an argument to select a specific version:
ARG ROMPR_VERSION=1.59.1
Have you already looked at having this dynamically fetch the latest version of Rompr?
I think I might fork this repo to do that but I don't want to re-tread your steps!
This dockerfile currently installs 1.59.1 which is a little old, but I can see that you have an argument to select a specific version:
ARG ROMPR_VERSION=1.59.1
Have you already looked at having this dynamically fetch the latest version of Rompr?
I think I might fork this repo to do that but I don't want to re-tread your steps!