From 98b18c82a863c5817cfcdc7023342efd2b80d97b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 22:23:58 +0000 Subject: [PATCH] build(deps): Bump mariadb from 11.0.2-jammy to 11.0.3-jammy Bumps mariadb from 11.0.2-jammy to 11.0.3-jammy. --- updated-dependencies: - dependency-name: mariadb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cde4025..7da1f55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN wget -O /tmp/mc https://dl.minio.io/client/mc/release/linux-amd64/mc RUN chmod +x /tmp/mc # Then build our backup image -FROM mariadb:11.0.2-jammy +FROM mariadb:11.0.3-jammy LABEL maintainer="Benjamin Pannell " # Install the latest ca-certificates package to resolve Lets Encrypt auth issues