From 42cacdab93cbaa2289b3e501616ab7e3a2733c13 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 31 Aug 2021 21:35:18 +0000 Subject: [PATCH] Update alpine Docker tag to v3.12.8 --- images/mariadb/10.4.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/mariadb/10.4.Dockerfile b/images/mariadb/10.4.Dockerfile index 00469aeeb..82f6427dc 100644 --- a/images/mariadb/10.4.Dockerfile +++ b/images/mariadb/10.4.Dockerfile @@ -1,7 +1,7 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons # Held at 3.12.7 to ensure mariadb 10.4 whilst we evaluate upgrade path -FROM alpine:3.12.7 +FROM alpine:3.12.8 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"