From 6213a0aab31778a30026639d77e4a9e04c1b7239 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 22:52:11 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.19.4 --- images/mariadb/10.11.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/mariadb/10.11.Dockerfile b/images/mariadb/10.11.Dockerfile index e9332ab49..c1e6da879 100644 --- a/images/mariadb/10.11.Dockerfile +++ b/images/mariadb/10.11.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons AS commons -FROM alpine:3.19.3 +FROM alpine:3.19.4 ARG LAGOON_VERSION ENV LAGOON_VERSION=$LAGOON_VERSION