rawdlite / docker-rompr

setup Rompr using docker
Apache License 2.0
13 stars 7 forks source link

Update to Version 1.52 #6

Closed rugarci closed 2 years ago

rugarci commented 3 years ago

It would be nice to update to latest release

Thanks!

rawdlite commented 2 years ago

Sorry for the belated response. Using the --build-arg ROMPR_VERSION you can build a image for any version you like. Example: docker build --build-arg ROMPR_VERSION=1.59.1 -t local/rompr .

HTH for now. I will look into the building a newer version, as soon as i find some time. Cheers!