Update Dockerfile

This commit is contained in:
David Bomba
2022-07-25 08:58:19 +10:00
committed by GitHub
parent 906cfb0c87
commit 97d339df4e

View File

@@ -1,4 +1,4 @@
FROM mysql:5-debian
FROM mysql:5
# When running on ARM64 use MariaDB instead of MySQL
#FROM mariadb:10.4
ENV force_color_prompt yes