From 028e52e817f1247a0810932ec64a4b64225e96f4 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 27 Nov 2020 22:25:55 -0700 Subject: [PATCH] initial tests complete - bump version to 1.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d3e34fc..f1909c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,4 +54,4 @@ CMD [ "/usr/bin/mysqld", "--user=mysql", "--console", "--skip-name-resolve", "-- ARG BUILD_DATE LABEL org.label-schema.build-date=${BUILD_DATE} LABEL org.label-schema.vendor="mariaDB (10.5.6-r0)" -LABEL org.label-schema.version="0.1" \ No newline at end of file +LABEL org.label-schema.version="1.0" \ No newline at end of file