From 76c231ff7e911d3f04a156be1a7b430513d1b8c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 22:08:36 +0000 Subject: [PATCH] build(deps): Bump mariadb from 11.0.3-jammy to 11.1.2-jammy Bumps mariadb from 11.0.3-jammy to 11.1.2-jammy. --- updated-dependencies: - dependency-name: mariadb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7da1f55..6d1dafa 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.3-jammy +FROM mariadb:11.1.2-jammy LABEL maintainer="Benjamin Pannell " # Install the latest ca-certificates package to resolve Lets Encrypt auth issues