From 28f5cdf39697d0f5e47eac29011b80381b44da64 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Fri, 29 Sep 2023 05:46:08 -0500 Subject: [PATCH] container update PHP to 8.1.23 --- 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 7a08496ca..74a703c2e 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. -ARG PHP_IMAGE_VERSION=8.1.22 +ARG PHP_IMAGE_VERSION=8.1.23 FROM php:${PHP_IMAGE_VERSION}-apache-bullseye # Official PHP image with Apache HTTPD includes