From bfe64e6ced6952bc1eb1e7aabb3f219dea667fce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 01:55:49 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.17.7 --- images/mariadb/10.6.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/mariadb/10.6.Dockerfile b/images/mariadb/10.6.Dockerfile index 5223d7a04..adc9d2156 100644 --- a/images/mariadb/10.6.Dockerfile +++ b/images/mariadb/10.6.Dockerfile @@ -1,7 +1,7 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons # Held at 3.17.x to ensure mariadb 10.6 whilst we evaluate upgrade path -FROM alpine:3.17.6 +FROM alpine:3.17.7 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"