From 200c9f0de95f3163bc055fa527230cee7f382261 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 06:09:02 +0000 Subject: [PATCH] chore(deps): update mysql docker tag to v8.4.2 --- images/mysql/8.4.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/mysql/8.4.Dockerfile b/images/mysql/8.4.Dockerfile index 7a61eac95..32967c01a 100644 --- a/images/mysql/8.4.Dockerfile +++ b/images/mysql/8.4.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons -FROM mysql:8.4.1-oracle +FROM mysql:8.4.2-oracle 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"