From 20c806d115446ef42b2fbe11ad0ebfce688695e4 Mon Sep 17 00:00:00 2001 From: Brent Laabs Date: Tue, 17 Sep 2024 01:51:33 -0700 Subject: [PATCH] Update Extension:Variables to reduce deprecation warnings Includes the commit: Use the default StripState for '#var_final' MAIC-164 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a849993e..e03e5a1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -589,9 +589,9 @@ RUN set -x; \ && cd $MW_HOME/extensions/UserPageViewTracker \ && git checkout -q f4b7c20c372165541164d449c12df1e74e98ed0b \ # Variables - && git clone --single-branch -b $MW_VERSION https://github.com/wikimedia/mediawiki-extensions-Variables $MW_HOME/extensions/Variables \ + && git clone --single-branch -b master https://github.com/wikimedia/mediawiki-extensions-Variables $MW_HOME/extensions/Variables \ && cd $MW_HOME/extensions/Variables \ - && git checkout -q b4a9063f16a928567e3b6788cda9246c2e94797f \ + && git checkout -q fe29b81db571c7ae640096b09dbdd535c05a966d \ # VEForAll (v. 0.5) && git clone --single-branch -b master https://github.com/wikimedia/mediawiki-extensions-VEForAll $MW_HOME/extensions/VEForAll \ && cd $MW_HOME/extensions/VEForAll \