From c4ef8f0a29d005bf5c7702ea4a70fa57347f6a12 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 21 Jan 2022 10:32:36 -0800 Subject: [PATCH] Rebuild gerrit images to pick up slf4j fix This will pick up the slf4j fix that addresses MDC problems with plugins and logging. We haven't observed these issues ourselves but being patched against them means we don't have to worry about it. Change-Id: I232fb79c807c5eff004a45180e0c29a0009c58ff --- docker/gerrit/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gerrit/base/Dockerfile b/docker/gerrit/base/Dockerfile index f4fbbcc86e..a700a4257d 100644 --- a/docker/gerrit/base/Dockerfile +++ b/docker/gerrit/base/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Mon Dec 27 19:33:56 UTC 2021 - trigger rebuild +# Fri Jan 21 18:32:14 UTC 2022 - trigger rebuild FROM docker.io/opendevorg/python-builder:3.9-bullseye as builder