diff --git a/Dockerfile b/Dockerfile index f4dae20..58a1878 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mariadb:10.2 +FROM mariadb:10.11 RUN set -ex \ && apt-get update \