feature: bump Alpine and MariaDB versions

- Alpine to 3.13
- MariaDB to 10.5.9
This commit is contained in:
Asif Bacchus 2021-05-01 06:59:20 -06:00
parent 2b7c54ead7
commit 7f930e17e7
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
### mariadb running on Alpine Linux
#
FROM alpine:3.12
FROM alpine:3.13
# standardized labels
LABEL maintainer="Asif Bacchus <asif@bacchus.cloud>"
@ -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"
LABEL org.label-schema.vendor="mariaDB (10.5.9-r0)"
LABEL org.label-schema.version="1.0"