From 95ad5758d5835b196961f160a4b62e6212e55dc7 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 16 May 2020 20:32:15 +0200 Subject: [PATCH] :arrow_up: Upgrades mariadb-client to 10.4.13-r0 --- bookstack/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookstack/Dockerfile b/bookstack/Dockerfile index 236731e..a4ef8d8 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -9,7 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # hadolint ignore=DL3003 RUN \ apk add --no-cache \ - mariadb-client=10.4.12-r0 \ + mariadb-client=10.4.13-r0 \ nginx=1.16.1-r6 \ php7-curl=7.3.18-r0 \ php7-dom=7.3.18-r0 \