Use MYSQL_VERSION env var to build mysql image

This commit is contained in:
Saulo Paiva 2020-01-25 11:23:48 -03:00
parent ad2b455be5
commit 8b4391e63c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ARG MYSQL_VERSION=latest
ARG MYSQL_VERSION
FROM mysql:${MYSQL_VERSION}
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"