From a144f7ba103a1955c52b06cca5854152639ad01d Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 1 Nov 2023 17:01:18 -0600 Subject: [PATCH] feature(dockerfile): update alpine, mariadb version --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6f2bd7c..aa3c757 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,8 @@ # # build arguments -ARG ALPINE_VERSION="3.17" -ARG MARIADB_VERSION="10.6.11-r0" +ARG ALPINE_VERSION="3.18" +ARG MARIADB_VERSION="10.11.5-r0" FROM alpine:${ALPINE_VERSION} ARG ALPINE_VERSION @@ -77,4 +77,4 @@ LABEL org.opencontainers.image.version="${INTERNAL_VERSION}-${MARIADB_VERSION}" LABEL org.opencontainers.image.revision=${GIT_COMMIT} LABEL org.opencontainers.image.created=${BUILD_DATE} -#EOF \ No newline at end of file +#EOF