From e1c12da5cd45e3ec799c3b1c6222cf7e3ed7539a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 00:15:48 +0000 Subject: [PATCH] chore(deps): update solr docker tag to v8.11.3 --- images/solr/8.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/solr/8.Dockerfile b/images/solr/8.Dockerfile index 83e844d03..ff3d5a707 100755 --- a/images/solr/8.Dockerfile +++ b/images/solr/8.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons -FROM solr:8.11.2-slim +FROM solr:8.11.3-slim 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"