feature(dockerfile): bump alpine base version

- also bumps MariaDB base version
This commit is contained in:
Asif Bacchus 2021-09-07 01:58:23 -06:00
parent ff53a85323
commit 1c5dc6cb12
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### mariadb running on Alpine Linux
#
FROM alpine:3.13
FROM alpine:3.14
# standardized labels
MAINTAINER Asif Bacchus <asif@asifbacchus.dev>