dev(docker): Bump mediawiki-web container to dev/bookworm-apache2:1.0.1

Update the image used by the mediawiki-web container to the newly built
dev/bookworm-apache2:1.0.1 which includes an Apache2 config change to
make the container work better under a qemu runtime emulating AMD64.
This should be a noop change for other clients.

Bug: T382709
Change-Id: I6f9833af38e2e0d07b5c0a696e604a594db94127
(cherry picked from commit dbc68e8cb477c30f25c9037ebd4dc0eda0a4de5e)
This commit is contained in:
Bryan Davis 2025-01-06 15:12:02 -07:00 committed by Jforrester
parent 3a74f1a7ac
commit 9affb6b447

View file

@ -29,7 +29,7 @@ services:
XHPROF_ENABLE: '${XHPROF_ENABLE:-true}'
mediawiki-web:
image: docker-registry.wikimedia.org/dev/bookworm-apache2:1.0.0
image: docker-registry.wikimedia.org/dev/bookworm-apache2:1.0.1
user: "${MW_DOCKER_UID}:${MW_DOCKER_GID}"
ports:
- "${MW_DOCKER_PORT:-8080}:8080"