Skip to content

Commit

Permalink
Temporarily downgrade to MariaDB 10.7.1 for a bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Aug 25, 2022
1 parent 6834ca9 commit 1047c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mariadb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Get MariaDB.
FROM mariadb:10.9.2
FROM mariadb:10.7.1

# Create /var/mariadb directory.
RUN mkdir -p /var/mariadb
Expand Down

0 comments on commit 1047c9f

Please sign in to comment.