Updating gemp_db dockerfile to pull a specific version of mariadb; later versions used different naming conventions that will need to be accounted for

This commit is contained in:
Christian 'ketura' McCarty
2023-06-29 18:40:02 -05:00
parent 2b8ef39e88
commit 79b1372744

View File

@@ -1,4 +1,4 @@
FROM mariadb AS MariaDB
FROM mariadb:10.5 AS MariaDB
COPY ./database_script.sql /docker-entrypoint-initdb.d
COPY ./docker/initial_user_setup.sql /docker-entrypoint-initdb.d