chore(LABELS): revert incorrect label change

mariadb version was correct previously
This commit is contained in:
Asif Bacchus 2021-01-05 16:12:02 -07:00
parent c689d210b9
commit 797777d547
1 changed files with 1 additions and 1 deletions

View File

@ -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.4.15-r0)"
LABEL org.label-schema.vendor="mariaDB (10.5.8-r0)"
LABEL org.label-schema.version="1.0"