From 3a704c2d2b3728487c8d897ea214b7d211d4833e Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 10 Dec 2022 05:58:16 -0700 Subject: [PATCH] Update Alpine and MariaDB versions --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ead28de..6f2bd7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,8 @@ # # build arguments -ARG ALPINE_VERSION="3.15" -ARG MARIADB_VERSION="10.6.4-r2" +ARG ALPINE_VERSION="3.17" +ARG MARIADB_VERSION="10.6.11-r0" FROM alpine:${ALPINE_VERSION} ARG ALPINE_VERSION