From b6cd7d4b2807453e9cf64c82b807c85b6ccb0d9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 09:53:42 +0000 Subject: [PATCH] chore(deps): mariadb v10.11.6-r0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 898bdd0..6844813 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.19.0 ARG BUILD_DATE ARG BUILD_REF ARG BUILD_VERSION -ARG APK_VERSION="10.11.5-r3" +ARG APK_VERSION="10.11.6-r0" # https://github.com/opencontainers/image-spec/blob/master/annotations.md LABEL \