From dd9acf4aea7ebb8a294322c06dfe31f6eee606b9 Mon Sep 17 00:00:00 2001
From: Scott Koranda <skoranda@gmail.com>
Date: Mon, 12 Jun 2023 08:49:33 -0500
Subject: [PATCH 1/2] container update xmltooling to version 3.2.4 for Shib SP

---
 container/shibboleth-sp-base/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/container/shibboleth-sp-base/Dockerfile b/container/shibboleth-sp-base/Dockerfile
index 361f18ba..8fff953c 100644
--- a/container/shibboleth-sp-base/Dockerfile
+++ b/container/shibboleth-sp-base/Dockerfile
@@ -28,7 +28,7 @@ ARG XMLSECC_VERSION
 ENV XMLSECC_VERSION=${XMLSECC_VERSION:-2.0.4}
 
 ARG XMLTOOLING_VERSION
-ENV XMLTOOLING_VERSION=${XMLTOOLING_VERSION:-3.2.2}
+ENV XMLTOOLING_VERSION=${XMLTOOLING_VERSION:-3.2.4}
 
 ARG OPENSAMLC_VERSION
 ENV OPENSAMLC_VERSION=${OPENSAMLC_VERSION:-3.2.1}

From 18958984a22b3a10004189012d0b130be61b8266 Mon Sep 17 00:00:00 2001
From: Scott Koranda <skoranda@gmail.com>
Date: Mon, 12 Jun 2023 08:50:51 -0500
Subject: [PATCH 2/2] container update PHP to 8.1.20

---
 container/match/base/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/container/match/base/Dockerfile b/container/match/base/Dockerfile
index 45200b8f..4f8a666c 100644
--- a/container/match/base/Dockerfile
+++ b/container/match/base/Dockerfile
@@ -16,7 +16,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-FROM php:8.1.19-apache-bullseye
+FROM php:8.1.20-apache-bullseye
 
 # Official PHP image with Apache HTTPD includes
 # --with-openssl