How to pull latest apach2 version from docker hub?

I’m using the ubuntu/apache2:2.4-22.04_beta image, which shows:

apachectl -v
Server version: Apache/2.4.52 (Ubuntu)
Server built:   2022-06-14T12:30:21

I would like to update to the latest apache2 release version of 2.4.54 (released 2022-06-08).

Question: how? Why is the latest version no in the official repo for so long?

docker-compose.yml

version: '3.7'

services:
  app:
    image: ubuntu/apache2:2.4-22.04_beta

https://hub.docker.com/r/ubuntu/apache2

Hi

Well if ubuntu didnt release that version, i would find an alternative, fx the official apache2/httpd!

Docker Hub :slight_smile:

1 Like