Update to include MARIADB_VERSION in env file which sets the mariadb version (#2185)
This commit is contained in:

committed by
Shao Yu-Lung (Allen)

parent
01eb934863
commit
4e257c8e8f
@ -1,4 +1,5 @@
|
||||
FROM mariadb:latest
|
||||
ARG MARIADB_VERSION=latest
|
||||
FROM mariadb:${MARIADB_VERSION}
|
||||
|
||||
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
|
||||
|
||||
|
Reference in New Issue
Block a user