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