nzamani / sap-cloud-connector-docker

SAP Cloud Connector in Docker
74 stars 55 forks source link

make unpacking less sensitive (also bump patch ver) #35

Closed qmacro closed 3 years ago

qmacro commented 3 years ago

I noticed that with the latest patch version of the connector, 2.13.2, the unpacking / installation of the RPM package (with rpm -i ...) was failing due to some specific version number suffix -5 at the end of the file, in the Dockerfile build instructions. This change makes that less sensitive, and just takes whatever is in the ZIP file, but still based on the major-minor-patch version specified.

I've also bumped up the reference to the latest patch version.