I would like to install Apache 2.4.23-r1 for my development. However, in Alpine Linux the package has been upgraded to 2.4.25-r1.
Package Repository to see the history of the package.
/ # apk add apache2=="2.4.23-r1"
ERROR: unsatisfiable constraints:
apache2-2.4.25-r0:
breaks: world[apache2=2.4.23-r1]
How would I be able to install a specific version of Apache?