From 7f930e17e71e312d45f43719196d92af2b087d54 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 1 May 2021 06:59:20 -0600 Subject: [PATCH] feature: bump Alpine and MariaDB versions - Alpine to 3.13 - MariaDB to 10.5.9 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9bc4fc6..ea5af2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ### mariadb running on Alpine Linux # -FROM alpine:3.12 +FROM alpine:3.13 # standardized labels LABEL maintainer="Asif Bacchus " @@ -54,5 +54,5 @@ CMD [ "/usr/bin/mysqld", "--user=mysql", "--console" ] # add build date and version labels ARG BUILD_DATE LABEL org.label-schema.build-date=${BUILD_DATE} -LABEL org.label-schema.vendor="mariaDB (10.5.8-r0)" -LABEL org.label-schema.version="1.0" \ No newline at end of file +LABEL org.label-schema.vendor="mariaDB (10.5.9-r0)" +LABEL org.label-schema.version="1.0"