From 620fb6b66db1cdc2cb143b418b04c945947cbcdc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 01:09:37 +0000 Subject: [PATCH] chore(deps): update solr docker tag to v9.6.1 --- images/solr/9.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/solr/9.Dockerfile b/images/solr/9.Dockerfile index 14823d505..cb2bb36a5 100755 --- a/images/solr/9.Dockerfile +++ b/images/solr/9.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons -FROM solr:9.6.0 +FROM solr:9.6.1 LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"