From 9affb6b44785e3df1cb2651bcce2dd7743b34107 Mon Sep 17 00:00:00 2001 From: Bryan Davis Date: Mon, 6 Jan 2025 15:12:02 -0700 Subject: [PATCH] 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) --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index ca3b5c05880..84a485843e3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"